IterableContainsAll<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
containsAll(
Iterable< E> collection) → bool -
Available on Iterable<
Checks if all elements in the specifiedE> , provided by the IterableContainsAll extensioncollection
are contained in this collection.