| Package | Description |
|---|---|
| rx.internal.operators |
Operators that allow composing Observables to transform and manipulate data in an asynchronous, functional and thread-safe manner.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OperatorMergeDelayError<T>
This behaves like
OperatorMerge except that if any of the merged Observables notify of an error via
onError,
mergeDelayError will refrain from propagating that error notification until all of the merged Observables have finished emitting items.
|