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
ConnectableObservableresembles an ordinaryObservable, except that it does not begin emitting items when it is subscribed to, but only when itsConnectableObservable.connect(Consumer)method is called.AnObservablethat 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
ConnectableObservableresembles an ordinaryObservable, except that it does not begin emitting items when it is subscribed to, but only when itsConnectableObservable.connect(Consumer)method is called.AnObservablethat 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
ConnectableObservableresembles an ordinaryObservable, except that it does not begin emitting items when it is subscribed to, but only when itsConnectableObservable.connect(Consumer)method is called.