Reactor.Dsl.Switch.Default (reactor v0.12.1)

View Source

The default DSL entity struct.

See Reactor.switch.default.

Summary

Types

t()

@type t() :: %Reactor.Dsl.Switch.Default{
  __identifier__: any(),
  return: nil | atom(),
  steps: [Reactor.Dsl.Step.t()]
}