Package | Description |
---|---|
rx |
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
|
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).
|
Class and Description |
---|
TimeInterval
A
TimeInterval represents an item emitted by an Observable along with the amount of time that
elapsed either since the emission of the previous item or (if there was no previous item) since the
Observable was first subscribed to. |
Timestamped
Composite class that takes a value and a timestamp and wraps them.
|
Class and Description |
---|
TestScheduler
The
TestScheduler is useful for debugging. |
Class and Description |
---|
TestScheduler
The
TestScheduler is useful for debugging. |
Copyright © 2019. All rights reserved.