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