Package rx.internal.operators
Class OnSubscribeTimerOnce
java.lang.Object
rx.internal.operators.OnSubscribeTimerOnce
- All Implemented Interfaces:
Action
,Action1<Subscriber<? super Long>>
,Function
,Observable.OnSubscribe<Long>
Timer that emits a single 0L and completes after the specified time.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
time
final long time -
unit
-
scheduler
-
-
Constructor Details
-
OnSubscribeTimerOnce
-
-
Method Details
-
call
- Specified by:
call
in interfaceAction1<Subscriber<? super Long>>
-