Uses of Class
rx.schedulers.Timestamped
-
Packages that use Timestamped 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 Timestamped in rx
Methods in rx that return types with arguments of type Timestamped Modifier and Type Method Description Observable<Timestamped<T>>
Observable. timestamp()
Returns an Observable that emits each item emitted by the source Observable, wrapped in aTimestamped
object.Observable<Timestamped<T>>
Observable. timestamp(Scheduler scheduler)
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 Timestamped Modifier and Type Method Description Subscriber<? super T>
OperatorTimestamp. call(Subscriber<? super Timestamped<T>> o)
-