Package rx.internal.operators
Class OperatorThrottleFirst<T>
java.lang.Object
rx.internal.operators.OperatorThrottleFirst<T>
- Type Parameters:
T
- the value type
- All Implemented Interfaces:
Func1<Subscriber<? super T>,
,Subscriber<? super T>> Function
,Observable.Operator<T,
T>
Throttle by windowing a stream and returning the first value in each window.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOperatorThrottleFirst
(long windowDuration, TimeUnit unit, Scheduler scheduler) -
Method Summary
-
Field Details
-
timeInMilliseconds
final long timeInMilliseconds -
scheduler
-
-
Constructor Details
-
OperatorThrottleFirst
-
-
Method Details
-
call
- Specified by:
call
in interfaceFunc1<Subscriber<? super T>,
Subscriber<? super T>>
-