public final class OperatorEagerConcatMap<T,R> extends Object implements Observable.Operator<R,T>
Constructor and Description |
---|
OperatorEagerConcatMap(Func1<? super T,? extends Observable<? extends R>> mapper,
int bufferSize,
int maxConcurrent) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super T> |
call(Subscriber<? super R> t) |
public OperatorEagerConcatMap(Func1<? super T,? extends Observable<? extends R>> mapper, int bufferSize, int maxConcurrent)
public Subscriber<? super T> call(Subscriber<? super R> t)
call
in interface Func1<Subscriber<? super R>,Subscriber<? super T>>
Copyright © 2018. All rights reserved.