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