IterablePlus<E> extension

on

Operators

operator +(Iterable<E> elements) List<E>

Available on Iterable<E>, provided by the IterablePlus extension

Returns a new list containing all elements of the given elements collection and then all elements of this collection.