T - the value typepublic final class OperatorDelay<T> extends java.lang.Object implements Observable.OnSubscribe<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
OperatorDelay.Emitter<T>
Emits a value once the call() is invoked.
|
| Constructor and Description |
|---|
OperatorDelay(Observable<? extends T> source,
long delay,
java.util.concurrent.TimeUnit unit,
Scheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(Subscriber<? super T> child) |
public OperatorDelay(Observable<? extends T> source, long delay, java.util.concurrent.TimeUnit unit, Scheduler scheduler)
public void call(Subscriber<? super T> child)
call in interface Action1<Subscriber<? super T>>