IterablePrepend<E> extension

on

Methods

prepend(Iterable<E> elements) Iterable<E>
Returns a new lazy Iterable containing all elements of this collection and then all elements of the given elements collection.