mapToHashSet

fun <R> mapToHashSet(transform: (T) -> R): HashSet<R>

Map to the hashset.

Return

HashSet the hashset

Parameters

transform

the transform action