NonNullStateFlowWrapper
class NonNullStateFlowWrapper<out T : Any> constructor(@ObjCName(name = "_") flow: StateFlow<T>) : NonNullFlowWrapper<T> , StateFlow<T>
Same as NonNullFlowWrapper but wraps and implements StateFlow and exposes the current value.
Functions
Link copied to clipboard
override fun subscribe(scope: CoroutineScope, onValue: OnValue<T>, onComplete: OnComplete): JoinableAndCloseable
override fun subscribe(scope: CoroutineScope, onValue: OnValue<T>, onError: OnError): JoinableAndCloseable
override fun subscribe(scope: CoroutineScope, onValue: OnValue<T>, onError: OnError, onComplete: OnComplete): JoinableAndCloseable