ModuleCheck
0.12.5
0.13.0-SNAPSHOT
0.12.5
modulecheck-utils:stdlib
/
modulecheck.utils
/
flatMapToSet
flat
Map
To
Set
inline
fun
<
T
,
R
>
Iterable
<
T
>
.
flatMapToSet
(
destination
:
MutableSet
<
R
>
=
mutableSetOf()
,
transform
:
(
T
)
->
Iterable
<
R
>
)
:
Set
<
R
>
Content copied to clipboard
inline
fun
<
T
,
R
>
Sequence
<
T
>
.
flatMapToSet
(
destination
:
MutableSet
<
R
>
=
mutableSetOf()
,
transform
:
(
T
)
->
Iterable
<
R
>
)
:
Set
<
R
>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard
jvm source
Link copied to clipboard