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