sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.wrapper
/
MapWrapper
/
flatMapTo
flat
Map
To
abstract
fun
<
R
,
C
:
MutableCollectionWrapper
<
in
R
>
>
flatMapTo
(
destination
:
C
,
transform
:
(
Map.Entry
<
K
,
V
>
)
->
Iterable
<
R
>
)
:
C
将给定转换函数应用于每个元素的结果累积到给定的目标集合中。
Return
目标集合。
Parameters
destination
目标集合。
transform
用于生成元素的转换函数。