Package rx.internal.operators
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSubscriber<? super T> call(Subscriber<? super Timestamped<T>> o)
-
Field Details
-
scheduler
-
-
Constructor Details
-
OperatorTimestamp
-
-
Method Details
-
call
- Specified by:
callin interfaceFunc1<Subscriber<? super Timestamped<T>>,Subscriber<? super T>> - Returns:
- a sequence of timestamped values created by adding timestamps to each item in the input sequence.
-
