| Package | Description |
|---|---|
| rx |
Rx Observables
|
| rx.internal.operators |
Operators that allow composing Observables to transform and manipulate data in an asynchronous, functional and thread-safe manner.
|
| rx.observables |
| Class and Description |
|---|
BlockingObservable
BlockingObservable is a variety of
Observable that provides blocking operators.
|
| ConnectableObservable
A
ConnectableObservable resembles an ordinary
Observable, except that it does not begin emitting items when it is subscribed to, but only when its
ConnectableObservable method is called.
|
| GroupedObservable
An
Observable that has been grouped by key, the value of which can be obtained with
GroupedObservable.
|
| Class and Description |
|---|
| ConnectableObservable
A
ConnectableObservable resembles an ordinary
Observable, except that it does not begin emitting items when it is subscribed to, but only when its
ConnectableObservable method is called.
|
| GroupedObservable
An
Observable that has been grouped by key, the value of which can be obtained with
GroupedObservable.
|
| Class and Description |
|---|
BlockingObservable
BlockingObservable is a variety of
Observable that provides blocking operators.
|
| GroupedObservable
An
Observable that has been grouped by key, the value of which can be obtained with
GroupedObservable.
|