Class OperatorTimestamp<T>

java.lang.Object
rx.internal.operators.OperatorTimestamp<T>
Type Parameters:
T - the value type
All Implemented Interfaces:
Func1<Subscriber<? super Timestamped<T>>,Subscriber<? super T>>, Function, Observable.Operator<Timestamped<T>,T>

public final class OperatorTimestamp<T> extends Object implements Observable.Operator<Timestamped<T>,T>
Wraps each item emitted by a source Observable in a Timestamped object.