Uses of Class
rx.schedulers.TimeInterval
Packages that use TimeInterval
Package
Description
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
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 TimeIntervalModifier and TypeMethodDescriptionfinal Observable
<TimeInterval<T>> Observable.timeInterval()
Returns an Observable that emits records of the time interval between consecutive items emitted by the source Observable.final 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 TimeIntervalModifier and TypeMethodDescriptionSubscriber
<? super T> OperatorTimeInterval.call
(Subscriber<? super TimeInterval<T>> subscriber)