| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Observable |
Observable.timeInterval()
Returns an Observable that emits records of the time interval between consecutive items emitted by the source Observable.
|
Observable |
Observable.timeInterval(Scheduler
Returns an Observable that emits records of the time interval between consecutive items emitted by the source Observable, where this interval is computed on a specified Scheduler.
|
| Modifier and Type | Method and Description |
|---|---|
Subscriber |
OperatorTimeInterval.call(Subscriber
|