Returns all elements that satisfy the given predicate.
predicate
Iterable<T> filterIndexed(bool predicate(T element, int index)) => whereIndexed(predicate);