T - the value typepublic interface NbpConditionalSubscriber<T> extends NbpObservable.NbpSubscriber<T>
This allows certain queue-drain or source-drain operators to avoid requesting 1 on behalf of a dropped value.
| Modifier and Type | Method and Description |
|---|---|
boolean |
onNextIf(T t)
Conditionally takes the value.
|
onComplete, onError, onNext, onSubscribeboolean onNextIf(T t)
t - the value to deliver