View Source Reactor.Dsl.Switch.Match (reactor v0.10.1)

The matches? DSL entity struct.

See Reactor.switch.matches?.

Summary

Types

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