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