Uses of Package
rx.schedulers
Packages that use rx.schedulers
Package
Description
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
Scheduler implementations, value+time record classes and the standard factory class to
return standard RxJava schedulers or wrap any Executor-based (thread pool) instances.
Classes extending the Observable base reactive class and implementing
the Observer interface at the same time (aka hot Observables).
-
Classes in rx.schedulers used by rxClassDescriptionA
TimeInterval
represents an item emitted by anObservable
along with the amount of time that elapsed either since the emission of the previous item or (if there was no previous item) since theObservable
was first subscribed to.Composite class that takes a value and a timestamp and wraps them. -
Classes in rx.schedulers used by rx.internal.operatorsClassDescriptionA
TimeInterval
represents an item emitted by anObservable
along with the amount of time that elapsed either since the emission of the previous item or (if there was no previous item) since theObservable
was first subscribed to.Composite class that takes a value and a timestamp and wraps them. -
Classes in rx.schedulers used by rx.schedulersClassDescriptionStatic factory methods for creating Schedulers.The
TestScheduler
is useful for debugging. -
Classes in rx.schedulers used by rx.subjects