public final class OperatorSkip<T> extends Objectimplements Observable .Operator <T ,T>
num items emitted by the source Observable.
You can ignore the first num items emitted by an Observable and attend only to those items that come after, by modifying the Observable with the skip operator.
| Constructor and Description |
|---|
OperatorSkip(int n)
|
public Subscriber<? super T> call(Subscriber <? super T> child)