IterablePrependElement<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
prependElement(
E element) → Iterable< E> -
Available on Iterable<
Returns a new lazy Iterable containing all elements of this collection and then the givenE> , provided by the IterablePrependElement extensionelement
.