ReactiveState
Toggle table of contents
6.0.0-preview.9
common
Platform filter
common
Switch theme
Search in API
ReactiveState
reactivestate-core
/
com.ensody.reactivestate
/
FlowTransform
Flow
Transform
typealias
FlowTransform
<
T
,
R
>
=
suspend
FlowCollector
<
R
>
.
(
T
)
->
Unit
A function which can be passed to
Flow.transform
.