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