IterablePrependElement<E> extension

on

Methods

prependElement(E element) Iterable<E>

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

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