Action<E extends AutomataEvent> typedef

Action<E extends AutomataEvent> = void Function(E event)

A function called when a transition is applied.

Implementation

typedef Action<E extends AutomataEvent> = void Function(E event);