toggle menu
foundry
jvm
switch theme
search in API
foundry-common
/
foundry.common
/
flatMapToSet
flat
Map
To
Set
fun
<
T
,
R
>
Collection
<
T
>
.
flatMapToSet
(
transform
:
(
T
)
->
Iterable
<
R
>
)
:
Set
<
R
>
(
source
)