flowCollectable

inline fun <T> flowCollectable(crossinline block: suspend FlowCollector<T>.() -> Unit): Collectable<T>(source)

构建一个基于 FlowCollectable