IterableContainsAll<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
containsAll(
Iterable< E> collection) → bool -
Checks if all elements in the specified
collection
are contained in this collection.
collection
are contained in
this collection.