public interface NbpQueueDrain<T,U>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(NbpObservable.NbpSubscriber<? super U> a,
T v)
Accept the value and return true if forwarded.
|
boolean |
cancelled() |
boolean |
done() |
boolean |
enter() |
java.lang.Throwable |
error() |
int |
leave(int m)
Adds m to the wip counter.
|
boolean cancelled()
boolean done()
java.lang.Throwable error()
boolean enter()
int leave(int m)
m - the value to addvoid accept(NbpObservable.NbpSubscriber<? super U> a, T v)
a - the subscriber to deliver values tov - the value to deliver