IterablePrependElement<E> extension

on

Methods

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