Package rx.internal.operators
Class OperatorTakeLast<T>
java.lang.Object
rx.internal.operators.OperatorTakeLast<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 at most 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
Constructors -
Method Summary
-
Field Details
-
count
final int count
-
-
Constructor Details
-
OperatorTakeLast
public OperatorTakeLast(int count)
-
-
Method Details
-
call
- Specified by:
call
in interfaceFunc1<Subscriber<? super T>,
Subscriber<? super T>>
-