T - the emitted value type
public final class OperatorMergeMaxConcurrent<T> extends Objectimplements Observable .Operator <T ,Observable <? extends T>>
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 |
|---|
OperatorMergeMaxConcurrent(int maxConcurrency)
|
public Subscriber<? super Observable <? extends T>> call(Subscriber <? super T> child)