TakeWhileOperator<T> extension

on

Methods

takeWhile(Predicate1<T> predicate) Observable<T>
Emits values while the predicate returns true.