T - the value typepublic final class NbpFullArbiterSubscriber<T> extends java.lang.Object implements NbpObservable.NbpSubscriber<T>
| Constructor and Description |
|---|
NbpFullArbiterSubscriber(NbpFullArbiter<T> arbiter) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onError(java.lang.Throwable t) |
void |
onNext(T t) |
void |
onSubscribe(Disposable s) |
public NbpFullArbiterSubscriber(NbpFullArbiter<T> arbiter)
public void onSubscribe(Disposable s)
onSubscribe in interface NbpObservable.NbpSubscriber<T>public void onNext(T t)
onNext in interface NbpObservable.NbpSubscriber<T>public void onError(java.lang.Throwable t)
onError in interface NbpObservable.NbpSubscriber<T>public void onComplete()
onComplete in interface NbpObservable.NbpSubscriber<T>