IterableMinus<E> extension

on

Operators

operator -(Iterable<E> elements) List<E>

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

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