Reactor.Dsl.Switch.Match (reactor v0.15.0)

View Source

The matches? DSL entity struct.

See Reactor.switch.matches?.

Summary

Types

t()

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