Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Represents a state transition. Instances of this a created through the State.mutate, State.override and State.noChange methods.
Link copied to clipboard
@ExperimentalCoroutinesApi
Link copied to clipboard
Defines which behavior a DSL Block such as on<Action>
should have whenever a new action or value is emitted.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@ExperimentalCoroutinesApi
Link copied to clipboard
@ExperimentalCoroutinesApi
Link copied to clipboard
Allows to create ChangedState objects to change the state as a result of DSL methods like InStateBuilderBlock.on or InStateBuilderBlock.onEnter.
Functions
Link copied to clipboard
Transforms the given state according to ChangedState and returns the new S.