SkipWhileOperator<T> extension

on

Methods

skipWhile(Predicate1<T> predicate) Observable<T>
Skips over the values while the predicate is true.