Uses of Package
io.reactivex.rxjava3.observables
Packages that use io.reactivex.rxjava3.observables
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.observables used by io.reactivex.rxjava3.coreClassDescriptionA
ConnectableObservable
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.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.observableClassDescriptionA
ConnectableObservable
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.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.pluginsClassDescriptionA
ConnectableObservable
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.