toggle menu
Simple Robot
4.8.0
jvm
switch theme
search in API
simbot-common-core
/
love.forte.simbot.common.collectable
/
toList
to
List
jvm
fun
<
T
>
Collectable
<
T
>
.
toList
(
)
:
List
<
T
>
(
source
)
将
Collectable
阻塞地收集为
List
。 会根据类型适当地优化与避免阻塞挂起操作。
See also
run
In
No
Scope
Blocking