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