Package io.reactivex.rxjava3.schedulers
Class TestScheduler.TimedRunnable
java.lang.Object
io.reactivex.rxjava3.schedulers.TestScheduler.TimedRunnable
- All Implemented Interfaces:
Comparable<TestScheduler.TimedRunnable>
- Enclosing class:
TestScheduler
static final class TestScheduler.TimedRunnable
extends Object
implements Comparable<TestScheduler.TimedRunnable>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTimedRunnable
(TestScheduler.TestWorker scheduler, long time, Runnable run, long count) -
Method Summary
-
Field Details
-
time
final long time -
run
-
scheduler
-
count
final long count
-
-
Constructor Details
-
TimedRunnable
TimedRunnable(TestScheduler.TestWorker scheduler, long time, Runnable run, long count)
-
-
Method Details
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<TestScheduler.TimedRunnable>
-