IterableWhereNotTo<E> extension

on

Methods

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

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

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