operator + abstract method
Creates a new CollectiveList by concatenating this list with another.
Implementation
List<E> operator +(List<E> other);
Creates a new CollectiveList by concatenating this list with another.
List<E> operator +(List<E> other);