add

open override fun add(element: M?): Boolean

Adds a transformed element to the underlying set.

Return

true if the underlying set was modified, false otherwise.

Parameters

element

The element of type M to add.