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
Subclasses with type arguments of type TestScheduler.TimedRunnable in io.reactivex.rxjava3.schedulersModifier and TypeClassDescription(package private) final classClasses in io.reactivex.rxjava3.schedulers that implement interfaces with type arguments of type TestScheduler.TimedRunnableModifier and TypeClassDescription(package private) static final classFields 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)