TakeWhileOperator<T> extension
- on
-
- Observable<
T>
- Observable<
Methods
-
takeWhile(
Predicate1< T> predicate, {bool inclusive = false}) → Observable<T> -
Emits values while the
predicate
returnstrue
.
predicate
returns true
.