Uses of Package
io.reactivex.rxjava3.observables
-
Packages that use io.reactivex.rxjava3.observables 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.observable 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.observables used by io.reactivex.rxjava3.core Class Description ConnectableObservable AConnectableObservable
resembles an ordinaryObservable
, except that it does not begin emitting items when it is subscribed to, but only when itsConnectableObservable.connect(io.reactivex.rxjava3.functions.Consumer<? super io.reactivex.rxjava3.disposables.Disposable>)
method is called.GroupedObservable AnObservable
that has been grouped by key, the value of which can be obtained withGroupedObservable.getKey()
. -
Classes in io.reactivex.rxjava3.observables used by io.reactivex.rxjava3.internal.operators.observable Class Description ConnectableObservable AConnectableObservable
resembles an ordinaryObservable
, except that it does not begin emitting items when it is subscribed to, but only when itsConnectableObservable.connect(io.reactivex.rxjava3.functions.Consumer<? super io.reactivex.rxjava3.disposables.Disposable>)
method is called.GroupedObservable AnObservable
that has been grouped by key, the value of which can be obtained withGroupedObservable.getKey()
. -
Classes in io.reactivex.rxjava3.observables used by io.reactivex.rxjava3.plugins Class Description ConnectableObservable AConnectableObservable
resembles an ordinaryObservable
, except that it does not begin emitting items when it is subscribed to, but only when itsConnectableObservable.connect(io.reactivex.rxjava3.functions.Consumer<? super io.reactivex.rxjava3.disposables.Disposable>)
method is called.