Retains elements matching test after validation.
@override void retainWhere(bool Function(E element) test) => apply(retainWhere, [test]);