T - the type of the items emitted by both the source and merged
Observables
public class OperatorMerge<T> extends Objectimplements Observable .Operator <T ,Observable <? extends T>>
Observables into one
Observable, without any transformation.
You can combine the items emitted by multiple Observables so that they act like a single Observable, by using the merge operation.
| Constructor and Description |
|---|
OperatorMerge()
|
OperatorMerge(boolean delayErrors)
|
public OperatorMerge()
public OperatorMerge(boolean delayErrors)
public Subscriber<Observable <? extends T>> call(Subscriber <? super T> child)