union abstract method

Set<T> union(
  1. Set<T> other
)

Implementation

Set<T> union(Set<T> other);