| 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.
|
| rx.internal.util |
| Class and Description |
|---|
| OnErrorThrowable
Represents a
Throwable that an
Observable might notify its subscribers of, but that then can be handled by an operator that is designed to recover from or react appropriately to such an error.
|
| Class and Description |
|---|
| OnErrorThrowable
Represents a
Throwable that an
Observable might notify its subscribers of, but that then can be handled by an operator that is designed to recover from or react appropriately to such an error.
|
| Class and Description |
|---|
| MissingBackpressureException
Represents an exception that indicates that a Subscriber or operator attempted to apply reactive pull backpressure to an Observable that does not implement it.
|