IterableWhereNot<E> extension

on

Methods

whereNot(bool predicate(E element)) Iterable<E>

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

Returns all elements not matching the given predicate.