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