Reactor.Dsl.Switch.Match
(reactor v1.0.1)
View Source
The matches? DSL entity struct.
See Reactor.switch.matches?.
Summary
Types
@type t() :: %Reactor.Dsl.Switch.Match{ __identifier__: any(), __spark_metadata__: Spark.Dsl.Entity.spark_meta(), allow_async?: boolean(), predicate: (any() -> any()), return: nil | atom(), steps: [Reactor.Dsl.Step.t()] }