mapToMutableSet

fun <R> mapToMutableSet(transform: (T) -> R): MutableSet<R>

Map to the mutable set.

Return

MutableSet the mutable set

Parameters

transform

the transform action