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