public class NoOpSubscriber<T>
extends rx.Subscriber<T>
Constructor and Description |
---|
NoOpSubscriber() |
Modifier and Type | Method and Description |
---|---|
void |
onCompleted() |
void |
onError(java.lang.Throwable e) |
void |
onNext(T next) |
public void onCompleted()
public void onError(java.lang.Throwable e)
public void onNext(T next)