IterableWhereNotToIndexed<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
whereNotToIndexed(
List< E> destination, bool predicate(E element, int index)) → void -
Available on Iterable<
Appends all elements not matching the givenE> , provided by the IterableWhereNotToIndexed extensionpredicate
to the givendestination
.