IterableExceptElement<E> extension

on

Methods

exceptElement(E element) Iterable<E>

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

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