TransitionWithSideEffect

Wrapper to add side effects after transition definition.

Functions

Link copied to clipboard
infix fun also(effect: (S, E) -> Unit)

Adds a side effect to the transition.

Link copied to clipboard
infix fun alsoWith(effect: (S) -> Unit)

Adds a side effect that only uses the state.