Reactor.Dsl.Where (reactor v0.12.1)
View SourceA struct used to store the where
DSL entity.
See Reactor.step.where
.
Summary
Types
@type t() :: %Reactor.Dsl.Where{ __identifier__: any(), description: nil | String.t(), predicate: (Reactor.inputs() -> boolean()) | (Reactor.inputs(), Reactor.context() -> boolean()) }