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