Package-level declarations

Types

Link copied to clipboard

The API marked by this annotation should never be used outside of Backpack implementation, because it may be changed at any time in the future without considering this as a breaking change, providing any warnings or migration aids.

Link copied to clipboard

StateMachine apis are used for some complex components with some state management.

Functions

Link copied to clipboard
fun <State, Effect> MutableStateMachine(scope: CoroutineScope, initial: State): MutableStateMachine<State, Effect>