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