containsAll

Common
1.0
fun containsAll(
    elements: Collection<@UnsafeVariance E>
): Boolean
Native
1.3
fun containsAll(elements: Collection<E>): Boolean

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