T - the value typepublic static final class OnSubscribeDelay.Emitter<T> extends java.lang.Object implements Observable.OnSubscribe<T>, Action0
| Constructor and Description |
|---|
OnSubscribeDelay.Emitter(T value) |
| Modifier and Type | Method and Description |
|---|---|
void |
call() |
void |
call(Subscriber<? super T> s) |
public OnSubscribeDelay.Emitter(T value)
public void call(Subscriber<? super T> s)
call in interface Action1<Subscriber<? super T>>