IterableContainsAll<E> extension

on

Methods

containsAll(Iterable<E> collection) bool

Available on Iterable<E>, provided by the IterableContainsAll extension

Checks if all elements in the specified collection are contained in this collection.