Uses of Package
io.reactivex.rxjava3.flowables
-
Packages that use io.reactivex.rxjava3.flowables Package Description io.reactivex.rxjava3.core Base reactive classes:Flowable
,Observable
,Single
,Maybe
andCompletable
; base reactive consumers; other common base interfaces.io.reactivex.rxjava3.internal.operators.flowable io.reactivex.rxjava3.plugins Contains the central plugin handlerRxJavaPlugins
class to hook into the lifecycle of the base reactive types and schedulers. -
Classes in io.reactivex.rxjava3.flowables used by io.reactivex.rxjava3.core Class Description ConnectableFlowable AConnectableFlowable
resembles an ordinaryFlowable
, except that it does not begin emitting items when it is subscribed to, but only when itsConnectableFlowable.connect(io.reactivex.rxjava3.functions.Consumer<? super io.reactivex.rxjava3.disposables.Disposable>)
method is called.GroupedFlowable AFlowable
that has been grouped by key, the value of which can be obtained withGroupedFlowable.getKey()
. -
Classes in io.reactivex.rxjava3.flowables used by io.reactivex.rxjava3.internal.operators.flowable Class Description ConnectableFlowable AConnectableFlowable
resembles an ordinaryFlowable
, except that it does not begin emitting items when it is subscribed to, but only when itsConnectableFlowable.connect(io.reactivex.rxjava3.functions.Consumer<? super io.reactivex.rxjava3.disposables.Disposable>)
method is called.GroupedFlowable AFlowable
that has been grouped by key, the value of which can be obtained withGroupedFlowable.getKey()
. -
Classes in io.reactivex.rxjava3.flowables used by io.reactivex.rxjava3.plugins Class Description ConnectableFlowable AConnectableFlowable
resembles an ordinaryFlowable
, except that it does not begin emitting items when it is subscribed to, but only when itsConnectableFlowable.connect(io.reactivex.rxjava3.functions.Consumer<? super io.reactivex.rxjava3.disposables.Disposable>)
method is called.