plus

abstract operator fun plus(element: E): NonEmptyCollection<E>
abstract operator fun plus(elements: Iterable<E>): NonEmptyCollection<E>