public interface Union<T> extends java.util.Collection<T>
java.util.Collection<T>
getLeft()
getRight()
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
forEach
java.util.Collection<T> getLeft()
java.util.Collection<T> getRight()