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