Filters elements based on a predicate.
Iterable<T> filterWhere(ConditionTester<T> test) => where(test);