Uses of Class
rx.internal.operators.OperatorMerge
Packages that use OperatorMerge
Package
Description
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
-
Uses of OperatorMerge in rx.internal.operators
Fields in rx.internal.operators declared as OperatorMergeModifier and TypeFieldDescription(package private) static final OperatorMerge
<Object> OperatorMerge.HolderDelayErrors.INSTANCE
A singleton instance.(package private) static final OperatorMerge
<Object> OperatorMerge.HolderNoDelay.INSTANCE
A singleton instance.Methods in rx.internal.operators that return OperatorMergeModifier and TypeMethodDescriptionstatic <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.