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 | Method and Description |
---|---|
static <T> OperatorMerge<T> |
OperatorMerge.instance(boolean delayErrors) |
static <T> OperatorMerge<T> |
OperatorMerge.instance(boolean delayErrors,
int maxConcurrent)
Creates a new instance of the operator with the given delayError and maxConcurrency settings.
|
Copyright © 2018. All rights reserved.