| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Subscription |
Single.subscribe(SingleSubscriber
Subscribes to a Single and provides a
SingleSubscriber that implements functions to handle the item the Single emits or any error notification it issues.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OnSubscribeSingle.call(SingleSubscriber
|