IterableWhereNot<E> extension

on

Methods

whereNot(bool predicate(E element)) Iterable<E>
Returns all elements not matching the given predicate.