IterablePlus<E> extension
- on
-
- Iterable<
E>
- Iterable<
Operators
-
operator +(
Iterable< E> elements) → List<E> -
Available on Iterable<
Returns a new list containing all elements of the givenE> , provided by the IterablePlus extensionelements
collection and then all elements of this collection.