IterableFirstWhile<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
firstWhile(
bool predicate(E element)) → Iterable< E> -
Available on Iterable<
/ Returns the first elements satisfying the givenE> , provided by the IterableFirstWhile extensionpredicate
.