MyUtilityExtensionIterablePrependElement<E> extension

on

Methods

prependElement(E element) Iterable<E>

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

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