Returns an ISet with all elements that satisfy the predicate test.
test
@override Iterable<T> where(Predicate<T> test) => _s.where(test);