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, onSubscribeonComplete, onError, onNextboolean tryOnNext(T t)
t - the value to consume, not null