Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.collections
/
dev.lounres.kone.collections.map
/
associateTo
associate
To
inline
fun
<
Element
,
Key
,
Value
,
Destination
:
KoneMutableMap
<
in
Key
,
in
Value
>
>
KoneIterable
<
Element
>
.
associateTo
(
destination
:
Destination
,
transform
:
(
Element
)
->
KoneMapEntry
<
Key
,
Value
>
)
:
Destination
(
source
)