foundry
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
foundry
foundry-common
/
foundry.common
/
mapToSet
map
To
Set
fun
<
T
,
R
>
Collection
<
T
>
.
mapToSet
(
transform
:
(
T
)
->
R
)
:
Set
<
R
>
(
source
)