removeAll

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

Removes all transformed elements in the given collection from the underlying set.

Return

true if the underlying set was modified, false otherwise.

Parameters

elements

A collection of elements of type M.