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