sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.wrapper
/
MapWrapper
/
toMap
to
Map
abstract
fun
<
M
:
MutableMapWrapper
<
in
K
,
in
V
>
>
toMap
(
destination
:
M
)
:
M
将此 MapWrapper 的所有 entry 复制到指定的 MutableMapWrapper 中。
Return
目标 MutableMapWrapper。
Parameters
destination
目标 MutableMapWrapper。