public final class NbpOperatorOnErrorNext<T> extends java.lang.Object implements NbpObservable.NbpOperator<T,T>
| Constructor and Description |
|---|
NbpOperatorOnErrorNext(Function<? super java.lang.Throwable,? extends NbpObservable<? extends T>> nextSupplier,
boolean allowFatal) |
| Modifier and Type | Method and Description |
|---|---|
NbpObservable.NbpSubscriber<? super T> |
apply(NbpObservable.NbpSubscriber<? super T> t) |
public NbpOperatorOnErrorNext(Function<? super java.lang.Throwable,? extends NbpObservable<? extends T>> nextSupplier, boolean allowFatal)
public NbpObservable.NbpSubscriber<? super T> apply(NbpObservable.NbpSubscriber<? super T> t)
apply in interface Function<NbpObservable.NbpSubscriber<? super T>,NbpObservable.NbpSubscriber<? super T>>