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