| Modifier and Type | Method and Description |
|---|---|
static <T> DrainerAsyncBiased<T> |
create(Queue<Object> queue,
rx.Subscription subscription,
rx.Scheduler.Worker worker,
rx.Subscriber<? super T> child,
rx.Producer producer) |
void |
onCompleted() |
void |
onError(Throwable e) |
void |
onNext(T t) |
void |
request(long n) |
public static <T> DrainerAsyncBiased<T> create(Queue<Object> queue, rx.Subscription subscription, rx.Scheduler.Worker worker, rx.Subscriber<? super T> child, rx.Producer producer)
public void request(long n)
request in interface rx.Producerpublic void onCompleted()
onCompleted in interface rx.Observer<T>Copyright © 2013–2015. All rights reserved.