containsAll
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.
Checks if the transformed set contains all elements in the specified collection.
true if all elements are in the transformed set, false otherwise.
A collection of elements of type M.