T
- the emitted value typepublic final class OperatorMergeMaxConcurrent<T> extends java.lang.Object implements 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) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super Observable<? extends T>> |
call(Subscriber<? super T> child) |
public Subscriber<? super Observable<? extends T>> call(Subscriber<? super T> child)
call
in interface Func1<Subscriber<? super T>,Subscriber<? super Observable<? extends T>>>