TransitionResult

data class TransitionResult<S : State>(val newState: S, val effects: List<Effect> = emptyList())

Constructors

Link copied to clipboard
constructor(newState: S, effects: List<Effect> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
val newState: S