kotlin-stdlib / kotlin.collections / Set / containsAll containsAll Common JVM JS Native 1.0 abstract fun containsAll( elements: Collection<@UnsafeVariance E>): Boolean(source) Checks if all elements in the specified collection are contained in this collection.