public final class NbpOnSubscribeErrorSource<T> extends java.lang.Object implements NbpObservable.NbpOnSubscribe<T>
| Constructor and Description |
|---|
NbpOnSubscribeErrorSource(Supplier<? extends java.lang.Throwable> errorSupplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(NbpObservable.NbpSubscriber<? super T> s) |
public NbpOnSubscribeErrorSource(Supplier<? extends java.lang.Throwable> errorSupplier)
public void accept(NbpObservable.NbpSubscriber<? super T> s)
accept in interface Consumer<NbpObservable.NbpSubscriber<? super T>>