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