Uses of Package
io.reactivex.rxjava3.schedulers
-
Packages that use io.reactivex.rxjava3.schedulers Package Description io.reactivex.rxjava3.core Base reactive classes:Flowable
,Observable
,Single
,Maybe
andCompletable
; base reactive consumers; other common base interfaces.io.reactivex.rxjava3.internal.functions io.reactivex.rxjava3.internal.operators.flowable io.reactivex.rxjava3.internal.operators.maybe io.reactivex.rxjava3.internal.operators.observable io.reactivex.rxjava3.internal.operators.single io.reactivex.rxjava3.internal.schedulers 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. -
Classes in io.reactivex.rxjava3.schedulers used by io.reactivex.rxjava3.core Class Description SchedulerRunnableIntrospection Interface to indicate the implementor class wraps aRunnable
that can be accessed viaSchedulerRunnableIntrospection.getWrappedRunnable()
.Timed Holds onto a value along with time information. -
Classes in io.reactivex.rxjava3.schedulers used by io.reactivex.rxjava3.internal.functions Class Description Timed Holds onto a value along with time information. -
Classes in io.reactivex.rxjava3.schedulers used by io.reactivex.rxjava3.internal.operators.flowable Class Description Timed Holds onto a value along with time information. -
Classes in io.reactivex.rxjava3.schedulers used by io.reactivex.rxjava3.internal.operators.maybe Class Description Timed Holds onto a value along with time information. -
Classes in io.reactivex.rxjava3.schedulers used by io.reactivex.rxjava3.internal.operators.observable Class Description Timed Holds onto a value along with time information. -
Classes in io.reactivex.rxjava3.schedulers used by io.reactivex.rxjava3.internal.operators.single Class Description Timed Holds onto a value along with time information. -
Classes in io.reactivex.rxjava3.schedulers used by io.reactivex.rxjava3.internal.schedulers Class Description SchedulerRunnableIntrospection Interface to indicate the implementor class wraps aRunnable
that can be accessed viaSchedulerRunnableIntrospection.getWrappedRunnable()
. -
Classes in io.reactivex.rxjava3.schedulers used by io.reactivex.rxjava3.schedulers Class Description TestScheduler.TestWorker TestScheduler.TimedRunnable