commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-collections
/
xyz.xenondevs.commons.collections
/
mapToSet
map
To
Set
inline
fun
<
T
,
R
>
Collection
<
T
>
.
mapToSet
(
transform
:
(
T
)
->
R
)
:
Set
<
R
>
inline
fun
<
T
,
R
>
Iterable
<
T
>
.
mapToSet
(
transform
:
(
T
)
->
R
)
:
Set
<
R
>