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 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.TestWorker in io.reactivex.rxjava3.schedulers
Fields in io.reactivex.rxjava3.schedulers declared as TestScheduler.TestWorker Modifier and Type Field Description (package private) TestScheduler.TestWorker
TestScheduler.TimedRunnable. scheduler
Constructors 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)
-