| Package | Description |
|---|---|
| rx |
Rx Observables
|
| rx.internal.operators |
Operators that allow composing Observables to transform and manipulate data in an asynchronous, functional and thread-safe manner.
|
| rx.schedulers |
Rx Schedulers
|
| rx.subjects |
| 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 |
|---|
| 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.
|