EventMachine.beforeEach

The hook to be executed before any transition. If false is returned, no transition occurs.

struct EventMachine(State_, T = void delegate())
Event!(bool delegate(State, State)) beforeEach;

Meta