Package | Description |
---|---|
io.reactivex |
Base reactive classes:
Flowable , Observable ,
Single , Maybe and
Completable ; base reactive consumers;
other common base interfaces. |
io.reactivex.internal.operators.flowable | |
io.reactivex.plugins |
Contains the central plugin handler
RxJavaPlugins
class to hook into the lifecycle of the base reactive types and schedulers. |
Class and Description |
---|
ConnectableFlowable
A
ConnectableFlowable resembles an ordinary Flowable , except that it does not begin
emitting items when it is subscribed to, but only when its ConnectableFlowable.connect(io.reactivex.functions.Consumer<? super io.reactivex.disposables.Disposable>) method is called. |
GroupedFlowable
A
Flowable that has been grouped by key, the value of which can be obtained with GroupedFlowable.getKey() . |
Class and Description |
---|
ConnectableFlowable
A
ConnectableFlowable resembles an ordinary Flowable , except that it does not begin
emitting items when it is subscribed to, but only when its ConnectableFlowable.connect(io.reactivex.functions.Consumer<? super io.reactivex.disposables.Disposable>) method is called. |
GroupedFlowable
A
Flowable that has been grouped by key, the value of which can be obtained with GroupedFlowable.getKey() . |
Class and Description |
---|
ConnectableFlowable
A
ConnectableFlowable resembles an ordinary Flowable , except that it does not begin
emitting items when it is subscribed to, but only when its ConnectableFlowable.connect(io.reactivex.functions.Consumer<? super io.reactivex.disposables.Disposable>) method is called. |
Copyright © 2019. All rights reserved.