containsAll
abstract fun containsAll(
elements: Collection<@UnsafeVariance E>
): BooleanChecks if all elements in the specified collection are contained in this collection.
abstract fun containsAll(
elements: Collection<@UnsafeVariance E>
): BooleanChecks if all elements in the specified collection are contained in this collection.