union abstract method

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

Implementation

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