Class OnSubscribeTimerOnce

java.lang.Object
rx.internal.operators.OnSubscribeTimerOnce
All Implemented Interfaces:
Action, Action1<Subscriber<? super Long>>, Function, Observable.OnSubscribe<Long>

public final class OnSubscribeTimerOnce extends Object implements Observable.OnSubscribe<Long>
Timer that emits a single 0L and completes after the specified time.
See Also: