addAll

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

Adds all transformed elements from the given collection to the underlying set.

Return

true if the underlying set was modified, false otherwise.

Parameters

elements

A collection of elements of type M.