Package-level declarations

Types

Link copied to clipboard
class RealContainer<STATE : Any, SIDE_EFFECT : Any>(initialState: STATE, parentScope: CoroutineScope, val settings: RealSettings, subscribedCounterOverride: SubscribedCounter? = null) : Container<STATE, SIDE_EFFECT>
Link copied to clipboard