public final class NbpOperatorConcatMap<T,U> extends java.lang.Object implements NbpObservable.NbpOperator<U,T>
| Constructor and Description |
|---|
NbpOperatorConcatMap(Function<? super T,? extends NbpObservable<? extends U>> mapper,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
NbpObservable.NbpSubscriber<? super T> |
apply(NbpObservable.NbpSubscriber<? super U> s) |
public NbpOperatorConcatMap(Function<? super T,? extends NbpObservable<? extends U>> mapper, int bufferSize)
public NbpObservable.NbpSubscriber<? super T> apply(NbpObservable.NbpSubscriber<? super U> s)
apply in interface Function<NbpObservable.NbpSubscriber<? super U>,NbpObservable.NbpSubscriber<? super T>>