TakeWhileOperator<T> extension

on

Methods

takeWhile(Predicate1<T> predicate, {bool inclusive = false}) Observable<T>
Emits values while the predicate returns true.