public final class NbpOperatorMapNotification<T,R> extends java.lang.Object implements NbpObservable.NbpOperator<NbpObservable<? extends R>,T>
| Constructor and Description |
|---|
NbpOperatorMapNotification(Function<? super T,? extends NbpObservable<? extends R>> onNextMapper,
Function<? super java.lang.Throwable,? extends NbpObservable<? extends R>> onErrorMapper,
Supplier<? extends NbpObservable<? extends R>> onCompleteSupplier) |
| Modifier and Type | Method and Description |
|---|---|
NbpObservable.NbpSubscriber<? super T> |
apply(NbpObservable.NbpSubscriber<? super NbpObservable<? extends R>> t) |
public NbpOperatorMapNotification(Function<? super T,? extends NbpObservable<? extends R>> onNextMapper, Function<? super java.lang.Throwable,? extends NbpObservable<? extends R>> onErrorMapper, Supplier<? extends NbpObservable<? extends R>> onCompleteSupplier)
public NbpObservable.NbpSubscriber<? super T> apply(NbpObservable.NbpSubscriber<? super NbpObservable<? extends R>> t)
apply in interface Function<NbpObservable.NbpSubscriber<? super NbpObservable<? extends R>>,NbpObservable.NbpSubscriber<? super T>>