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