public final class OperatorFlatMap<T,U> extends java.lang.Object implements Observable.Operator<U,T>
| Constructor and Description |
|---|
OperatorFlatMap(Function<? super T,? extends org.reactivestreams.Publisher<? extends U>> mapper,
boolean delayErrors,
int maxConcurrency,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<? super T> |
apply(org.reactivestreams.Subscriber<? super U> t) |