toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
simbot-common-core
/
love.forte.simbot.common.collectable
/
Collectable
/
collectAsync
collect
Async
open
fun
collectAsync
(
scope
:
CoroutineScope
,
collector
:
Action
<
T
>
)
:
Async
<
Unit
>
(
source
)
异步收集其中的元素。
collector
函数体内不可挂起,如果希望行为函数内部可挂起请使用
asFlow
转化为
Flow
后进行操作。