public final class OperatorMapNotification<T,R> extends java.lang.Object implements Observable.Operator<org.reactivestreams.Publisher<? extends R>,T>
| Constructor and Description |
|---|
OperatorMapNotification(Function<? super T,? extends org.reactivestreams.Publisher<? extends R>> onNextMapper,
Function<? super java.lang.Throwable,? extends org.reactivestreams.Publisher<? extends R>> onErrorMapper,
Supplier<? extends org.reactivestreams.Publisher<? extends R>> onCompleteSupplier) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<? super T> |
apply(org.reactivestreams.Subscriber<? super org.reactivestreams.Publisher<? extends R>> t) |
public OperatorMapNotification(Function<? super T,? extends org.reactivestreams.Publisher<? extends R>> onNextMapper, Function<? super java.lang.Throwable,? extends org.reactivestreams.Publisher<? extends R>> onErrorMapper, Supplier<? extends org.reactivestreams.Publisher<? extends R>> onCompleteSupplier)