The matches? DSL entity struct.
matches?
See Reactor.switch.matches?.
Reactor.switch.matches?
@type t() :: %Reactor.Dsl.Switch.Match{ __identifier__: any(), allow_async?: boolean(), predicate: (any() -> any()), return: nil | atom(), steps: [Reactor.Dsl.Step.t()] }