IterableWhereNotIndexed<E> extension

on

Methods

whereNotIndexed(bool predicate(E element, int index)) Iterable<E>
Returns all elements not matching the given predicate.