toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
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
。