mapToSet

fun <R> mapToSet(transform: (T) -> R): Set<R>

Map to the set.

Return

Set the set

Parameters

transform

the transform action