T - The subscriber type@Internal public final class CancelledSubscriber<T> extends java.lang.Object implements org.reactivestreams.Subscriber<T>
| Constructor and Description |
|---|
CancelledSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onError(java.lang.Throwable error) |
void |
onNext(T t) |
void |
onSubscribe(org.reactivestreams.Subscription subscription) |
public void onSubscribe(org.reactivestreams.Subscription subscription)
onSubscribe in interface org.reactivestreams.Subscriber<T>public void onError(java.lang.Throwable error)
onError in interface org.reactivestreams.Subscriber<T>public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<T>