containsAll
abstract fun containsAll(
elements: Collection<@UnsafeVariance E>
): Boolean
(Common source) (JS source) (Native source)
Checks if all elements in the specified collection are contained in this collection.
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
abstract fun containsAll(
elements: Collection<@UnsafeVariance E>
): Boolean
Checks if all elements in the specified collection are contained in this collection.