InitialStateStarter

Wrapper class to enable "starting at State" syntax.

Constructors

Link copied to clipboard
constructor(builder: StateMachineBuilder<S, E>)

Functions

Link copied to clipboard
infix fun at(state: S)

Sets the initial state using infix notation.