Creates a new set with the elements of this that are in other.
@override Set<E> intersection(Set<Object?> other) { return _collective.intersection(other); }