Returns all elements matching the given predicate.
predicate
Iterable<E> filter(bool Function(E element) predicate) => where(predicate);