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