Removes all elements of this set that fail to satisfy test.
test
@override void retainWhere(bool Function(E) test) { _setBase.retainWhere(test); }