IterableFilterTo<E> extension

on

Methods

filterTo(List<E> destination, bool predicate(E element)) → void
Appends all elements matching the given predicate to the given destination.