Package rx.internal.operators
Class OperatorSkipLast<T>
java.lang.Object
rx.internal.operators.OperatorSkipLast<T>
- Type Parameters:
T- the value type
- All Implemented Interfaces:
Func1<Subscriber<? super T>,,Subscriber<? super T>> Function,Observable.Operator<T,T>
Bypasses a specified number of elements at the end of an observable sequence.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
final int count
-
-
Constructor Details
-
OperatorSkipLast
public OperatorSkipLast(int count)
-
-
Method Details
-
call
- Specified by:
callin interfaceFunc1<Subscriber<? super T>,Subscriber<? super T>>
-