containsAll

open override fun containsAll(elements: Collection<M?>): Boolean

Checks if the transformed set contains all elements in the specified collection.

Return

true if all elements are in the transformed set, false otherwise.

Parameters

elements

A collection of elements of type M.