Uses of Class
rx.schedulers.Timestamped
Packages that use Timestamped
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 Timestamped in rx
Methods in rx that return types with arguments of type TimestampedModifier and TypeMethodDescriptionfinal Observable
<Timestamped<T>> Observable.timestamp()
Returns an Observable that emits each item emitted by the source Observable, wrapped in aTimestamped
object.final Observable
<Timestamped<T>> Returns an Observable that emits each item emitted by the source Observable, wrapped in aTimestamped
object whose timestamps are provided by a specified Scheduler. -
Uses of Timestamped in rx.internal.operators
Method parameters in rx.internal.operators with type arguments of type TimestampedModifier and TypeMethodDescriptionSubscriber
<? super T> OperatorTimestamp.call
(Subscriber<? super Timestamped<T>> o)