IterableFilterNot<E> extension

on

Methods

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