Reactor.Dsl.Where (reactor v0.12.1)

View Source

A struct used to store the where DSL entity.

See Reactor.step.where.

Summary

Types

t()

@type t() :: %Reactor.Dsl.Where{
  __identifier__: any(),
  description: nil | String.t(),
  predicate:
    (Reactor.inputs() -> boolean())
    | (Reactor.inputs(), Reactor.context() -> boolean())
}