Class OperatorSampleWithTime<T>

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

public final class OperatorSampleWithTime<T> extends Object implements Observable.Operator<T,T>
Returns an Observable that emits the results of sampling the items emitted by the source Observable at a specified time interval.