Reactor.Dsl.Where
(reactor v1.0.1)
View Source
A struct used to store the where DSL entity.
See Reactor.step.where.
Summary
Types
@type t() :: %Reactor.Dsl.Where{ __identifier__: any(), __spark_metadata__: Spark.Dsl.Entity.spark_meta(), description: nil | String.t(), predicate: (Reactor.inputs() -> boolean()) | (Reactor.inputs(), Reactor.context() -> boolean()) }