IterableExcept<E> extension

on

Methods

except(Iterable<E> elements) Iterable<E>

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

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