IterableContainsAll<E> extension

on

Methods

containsAll(Iterable<E> collection) bool
Checks if all elements in the specified collection are contained in this collection.