Removes an element after validation.
@override bool remove(Object? object) => apply(remove, [object]).isNotEmpty;