Uses of Class
rx.schedulers.TimeInterval
-
Packages that use TimeInterval 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. -
-
Uses of TimeInterval in rx
Methods in rx that return types with arguments of type TimeInterval Modifier and Type Method 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. -
Uses of TimeInterval in rx.internal.operators
Method parameters in rx.internal.operators with type arguments of type TimeInterval Modifier and Type Method Description Subscriber<? super T>
OperatorTimeInterval. call(Subscriber<? super TimeInterval<T>> subscriber)
-