Uses of Class
io.reactivex.rxjava3.schedulers.TestScheduler.TimedRunnable
Packages that use TestScheduler.TimedRunnable
Package
Description
Contains notably the factory class of
Schedulers providing methods for
retrieving the standard scheduler instances, the TestScheduler for testing flows
with scheduling in a controlled manner and the class Timed 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.TimedRunnableModifier and TypeFieldDescription(package private) final Queue<TestScheduler.TimedRunnable> TestScheduler.queueThe ordered queue for the runnable tasks.Methods in io.reactivex.rxjava3.schedulers with parameters of type TestScheduler.TimedRunnableModifier and TypeMethodDescriptionintTestScheduler.TimedRunnable.compareTo(TestScheduler.TimedRunnable o) Constructors in io.reactivex.rxjava3.schedulers with parameters of type TestScheduler.TimedRunnableModifierConstructorDescription(package private)QueueRemove(TestScheduler.TimedRunnable timedAction)