mapSet

open fun mapSet(from: Set<FROM>): Set<TO>

Map each element in from to an instance of TO.

Return

from mapped to a set of instances of TO.

Parameters

from

the source values.