IterableWhereNotTo<E> extension

on

Methods

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