contains

open operator override fun contains(element: M?): Boolean

Checks if the transformed set contains the specified element.

Return

true if the element is in the transformed set, false otherwise.

Parameters

element

The element of type M to check.