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 ofSchedulersproviding methods for retrieving the standard scheduler instances, theTestSchedulerfor testing flows with scheduling in a controlled manner and the classTimedthat 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. queueThe ordered queue for the runnable tasks.Methods in io.reactivex.rxjava3.schedulers with parameters of type TestScheduler.TimedRunnable Modifier and Type Method Description intTestScheduler.TimedRunnable. compareTo(TestScheduler.TimedRunnable o)Constructors in io.reactivex.rxjava3.schedulers with parameters of type TestScheduler.TimedRunnable Constructor Description QueueRemove(TestScheduler.TimedRunnable timedAction)
-