Package rx.internal.operators
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>
Returns an Observable that emits the results of sampling the items emitted by the source
Observable at a specified time interval.

-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final classThe source subscriber and sampler. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
time
final long time -
unit
-
scheduler
-
-
Constructor Details
-
OperatorSampleWithTime
-
-
Method Details
-
call
- Specified by:
callin interfaceFunc1<Subscriber<? super T>,Subscriber<? super T>>
-