IterableFilterNotTo<E> extension

on

Methods

filterNotTo(List<E> destination, bool predicate(E element)) → void

Available on Iterable<E>, provided by the IterableFilterNotTo extension

Appends all elements not matching the given predicate to the given destination.