IterableExcept<E> extension

on

Methods

except(Iterable<E> elements) Iterable<E>
Returns a new lazy Iterable containing all elements of this collection except the elements contained in the given elements collection.