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>

public class OperatorSkipLast<T> extends Object implements Observable.Operator<T,T>
Bypasses a specified number of elements at the end of an observable sequence.
  • Field Details

    • count

      final int count
  • Constructor Details

    • OperatorSkipLast

      public OperatorSkipLast(int count)
  • Method Details