IterableLastWhile<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
lastWhile(
bool predicate(E element)) → Iterable< E> -
Available on Iterable<
Returns the last elements satisfying the givenE> , provided by the IterableLastWhile extensionpredicate
.