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
/
flowCollectable
flow
Collectable
inline
fun
<
T
>
flowCollectable
(
crossinline
block
:
suspend
FlowCollector
<
T
>
.
(
)
->
Unit
)
:
Collectable
<
T
>
(
source
)
构建一个基于
Flow
的
Collectable
。