StateDsl

class StateDsl<S : PS, PS : Any, E : Any>(events: Flow<E>)

Functions

onEach
Link copied to clipboard
inline fun <P> onEach(eventPayloads: Flow<P>, init: TransitionDsl<S, PS, P, E>.() -> Unit)

Properties

events
Link copied to clipboard
val events: Flow<E>