Returns a list containing only elements matching the given predicate.
Iterable<T> filterNot(bool Function(T it) predicate) => where(predicate);