Package rx.schedulers
Class TestScheduler.TimedAction
- java.lang.Object
-
- rx.schedulers.TestScheduler.TimedAction
-
- Enclosing class:
- TestScheduler
static final class TestScheduler.TimedAction extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TimedAction(Scheduler.Worker scheduler, long time, Action0 action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
time
final long time
-
action
final Action0 action
-
scheduler
final Scheduler.Worker scheduler
-
count
private final long count
-
-
Constructor Detail
-
TimedAction
TimedAction(Scheduler.Worker scheduler, long time, Action0 action)
-
-