IterableFilterNotTo<E> extension

on

Methods

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