StateGuard

typealias StateGuard<C, A> = C.(A?) -> Boolean

This represents a guard expression that may be used to select a specific transition.

Parameters

C

The context: C will be available to the lambda