Package | Description |
---|---|
rx |
Rx Observables
|
Modifier and Type | Method and Description |
---|---|
Observable<TimeInterval<T>> |
Observable.timeInterval()
Returns an Observable that emits records of the time interval between consecutive items emitted by the
source Observable.
|
Observable<TimeInterval<T>> |
Observable.timeInterval(Scheduler 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.
|
Copyright © 2015. All Rights Reserved.