Adds all elements after validation.
@override void addAll(Iterable<E> iterable) => apply(addAll, [iterable]);