Uses of Class
io.reactivex.rxjava3.schedulers.TestScheduler.TimedRunnable
-
Packages that use TestScheduler.TimedRunnable Package Description io.reactivex.rxjava3.schedulers Contains notably the factory class ofSchedulers
providing methods for retrieving the standard scheduler instances, theTestScheduler
for testing flows with scheduling in a controlled manner and the classTimed
that can hold a value and a timestamp associated with it. -
-
Uses of TestScheduler.TimedRunnable in io.reactivex.rxjava3.schedulers
Fields in io.reactivex.rxjava3.schedulers with type parameters of type TestScheduler.TimedRunnable Modifier and Type Field Description (package private) java.util.Queue<TestScheduler.TimedRunnable>
TestScheduler. queue
The ordered queue for the runnable tasks.Methods in io.reactivex.rxjava3.schedulers with parameters of type TestScheduler.TimedRunnable Modifier and Type Method Description int
TestScheduler.TimedRunnable. compareTo(TestScheduler.TimedRunnable o)
Constructors in io.reactivex.rxjava3.schedulers with parameters of type TestScheduler.TimedRunnable Constructor Description QueueRemove(TestScheduler.TimedRunnable timedAction)
-