Mediator.beforeEach

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

struct Mediator(params...)
Event!(bool delegate(IType)) beforeEach;

Meta