IterableAppendElement<E> extension

on

Methods

appendElement(E element) Iterable<E>

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

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