Creates a new set with the elements of this and other.
@override Set<E> union(Set<E> other) { return _collective.union(other); }