//reactivestate-core/com.ensody.reactivestate/FlowTransform
FlowTransform¶
[common]\ typealias FlowTransform<T, R> = suspend FlowCollector<R>.(T) -> Unit
A function which can be passed to Flow.transform.
//reactivestate-core/com.ensody.reactivestate/FlowTransform
[common]\ typealias FlowTransform<T, R> = suspend FlowCollector<R>.(T) -> Unit
A function which can be passed to Flow.transform.