sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.collections
/
Iterables
/
toMutableList
to
Mutable
List
abstract
fun
<
T
>
toMutableList
(
iterable
:
Iterable
<
T
>
)
:
MutableList
<
T
>
将
Iterable
转换为
MutableList
.
Return
转换后的
MutableList
Parameters
T
元素类型
iterable
需要转换的
Iterable