Uses of Package
io.reactivex.rxjava3.flowables
Packages that use io.reactivex.rxjava3.flowables
Package
Description
Base reactive classes:
Flowable
, Observable
,
Single
, Maybe
and
Completable
; base reactive consumers;
other common base interfaces.Contains the central plugin handler
RxJavaPlugins
class to hook into the lifecycle of the base reactive types and schedulers.-
Classes in io.reactivex.rxjava3.flowables used by io.reactivex.rxjava3.coreClassDescriptionA
ConnectableFlowable
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.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.flowableClassDescriptionA
ConnectableFlowable
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.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.pluginsClassDescriptionA
ConnectableFlowable
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.