IterableMinus<E> extension
- on
-
- Iterable<
E>
- Iterable<
Operators
-
operator -(
Iterable< E> elements) → List<E> -
Available on Iterable<
Returns a new list containing all elements of this collection except the elements contained in the givenE> , provided by the IterableMinus extensionelements
collection.