sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.wrapper
/
IterableWrapper
/
toCollection
to
Collection
abstract
fun
<
C
:
MutableCollectionWrapper
<
in
T
>
>
toCollection
(
destination
:
C
)
:
C
将此可迭代对象中的元素添加到给定的
destination
集合中。
Return
destination
,以便链式调用。
Parameters
destination
用于存储元素的目标集合。