IterableFilterNotIndexed<E> extension

on

Methods

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