IterablePlus<E> extension

on

Operators

operator +(Iterable<E> elements) List<E>
Returns a new list containing all elements of the given elements collection and then all elements of this collection.