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