mapToSet

fun <T, R> Collection<T>.mapToSet(transform: (T) -> R): Set<R>(source)