Simple Robot
Toggle table of contents
4.11.1
jvm
Platform filter
jvm
Switch theme
Search in API
Simple Robot
simbot-common-core
/
love.forte.simbot.common.collectable
/
FlowSynchronouslyIterateCollectable
/
collect
collect
jvm
abstract
suspend override
fun
collect
(
collector
:
Action
<
T
>
)
(
source
)
对每个元素执行指定的操作 (
Action
)。
Parameters
collector
一个接收集合成员的操作函数。