SkipOperator<T> extension

on

Methods

skip([int count = 1]) Observable<T>
Skips over the first count values before starting to emit.