Uses of Class
io.reactivex.rxjava3.schedulers.TestScheduler.TestWorker
-
Packages that use TestScheduler.TestWorker 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.TestWorker in io.reactivex.rxjava3.schedulers
Fields in io.reactivex.rxjava3.schedulers declared as TestScheduler.TestWorker Modifier and Type Field Description (package private) TestScheduler.TestWorkerTestScheduler.TimedRunnable. schedulerConstructors in io.reactivex.rxjava3.schedulers with parameters of type TestScheduler.TestWorker Constructor Description TimedRunnable(TestScheduler.TestWorker scheduler, long time, java.lang.Runnable run, long count)
-