Package-level declarations

Types

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