AbstractFlowWrapper
A wrapper for Flow that provides a more convenient API for subscribing to the flow when using Flow on native platforms.
Inheritors
Functions
Link copied to clipboard
open fun subscribe(scope: CoroutineScope, onValue: OnValue<T>, onComplete: OnComplete): JoinableAndCloseable
open fun subscribe(scope: CoroutineScope, onValue: OnValue<T>, onError: OnError): JoinableAndCloseable
open fun subscribe(scope: CoroutineScope, onValue: OnValue<T>, onError: OnError, onComplete: OnComplete): JoinableAndCloseable