Package rx.internal.operators
Class OperatorTakeLastTimed<T>
java.lang.Object
rx.internal.operators.OperatorTakeLastTimed<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 last
count
items emitted by the source Observable.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOperatorTakeLastTimed
(int count, long time, TimeUnit unit, Scheduler scheduler) OperatorTakeLastTimed
(long time, TimeUnit unit, Scheduler scheduler) -
Method Summary
-
Field Details
-
ageMillis
final long ageMillis -
scheduler
-
count
final int count
-
-
Constructor Details
-
OperatorTakeLastTimed
-
OperatorTakeLastTimed
-
-
Method Details
-
call
- Specified by:
call
in interfaceFunc1<Subscriber<? super T>,
Subscriber<? super T>>
-