katlib
2.2.7
Katlib
katlib
/
dev.forst.katlib
/
getSecondLevelValuesTo
get
Second
Level
Values
To
fun
<
K1
,
K2
,
V
,
M
:
MutableCollection
<
V
>
>
Map
<
K1
,
Map
<
K2
,
V
>
>
.
getSecondLevelValuesTo
(
destination
:
M
)
:
M
(
source
)
Collects all the values from the bottom level into the given collection
M
.