T
- the value typepublic static interface Fuseable.ConditionalSubscriber<T> extends Subscriber<T>
Modifier and Type | Method and Description |
---|---|
boolean |
tryOnNext(T t)
Try consuming the value and return true if successful.
|
onComplete, onError, onNext, onSubscribe
boolean tryOnNext(T t)
t
- the value to consume