| Package | Description |
|---|---|
| rx.exceptions | |
| 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 |
|---|---|
static OnErrorThrowable |
OnErrorThrowable.from(Throwable
Converts a
Throwable into an
OnErrorThrowable.
|
| Constructor and Description | |
|---|---|
OperatorOnErrorFlatMap(Func1
|