Package-level declarations

Types

Link copied to clipboard
data class ContainerContext<S : Any, SE : Any>(    val settings: RealSettings,     val postSideEffect: suspend (SE) -> Unit,     val reduce: suspend ((S) -> S) -> Unit,     val subscribedCounter: SubscribedCounter,     val stateFlow: StateFlow<S>)
Link copied to clipboard
interface Operator<S : Any, E>