|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.OperationTimestamp
public final class OperationTimestamp
Wraps each item emitted by a source Observable in a Timestamped object.
| Constructor Summary | |
|---|---|
OperationTimestamp()
|
|
| Method Summary | ||
|---|---|---|
static
|
timestamp(Observable<? extends T> sequence)
Accepts a sequence and adds timestamps to each item in it. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperationTimestamp()
| Method Detail |
|---|
public static <T> Observable.OnSubscribeFunc<Timestamped<T>> timestamp(Observable<? extends T> sequence)
T - the type of the input sequence.sequence - the input sequence.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||