sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.wrapper
/
ArrayWrapper
/
union
union
abstract
fun
union
(
other
:
Iterable
<
T
>
)
:
SetWrapper
<
T
>
返回一个包含此数组和给定
other
集合中所有元素的新集合。
参考
kotlin.collections.union
Return
一个包含此数组和给定
other
集合中所有元素的新集合。
Parameters
other
要与之合并的集合。