union method

Set<String> union (Set<String> other)

Implementation

Set<String> union(Set<String> other) => readClasses().union(other);