SyncStateAction

typealias SyncStateAction<C, A, R> = C.(A?) -> R?

This represents an action that may be invoked during a transition.

Author

Corneil du Plessis

Parameters

C

The context: C will be available to the lambda.