IterableMinus<E> extension

on

Operators

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