IterableAppend<E> extension

on

Methods

append(Iterable<E> elements) Iterable<E>

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

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