Uses of Package
rx.schedulers
-
Packages that use rx.schedulers Package Description rx Base reactive classes: Observable, Single and Completable; base reactive consumers; other common base interfaces.rx.internal.operators Operators that allow composing Observables to transform and manipulate data in an asynchronous, functional and thread-safe manner.rx.schedulers Scheduler implementations, value+time record classes and the standard factory class to return standard RxJava schedulers or wrap any Executor-based (thread pool) instances.rx.subjects 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 rx Class Description TimeInterval ATimeInterval
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.Timestamped Composite class that takes a value and a timestamp and wraps them. -
Classes in rx.schedulers used by rx.internal.operators Class Description TimeInterval ATimeInterval
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.Timestamped Composite class that takes a value and a timestamp and wraps them. -
Classes in rx.schedulers used by rx.schedulers Class Description Schedulers Static factory methods for creating Schedulers.TestScheduler TheTestScheduler
is useful for debugging.TestScheduler.TimedAction -
Classes in rx.schedulers used by rx.subjects Class Description TestScheduler TheTestScheduler
is useful for debugging.