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
/
ApplyFlowTransform
Apply
Flow
Transform
typealias
ApplyFlowTransform
<
T
,
R
>
=
Flow
<
T
>
.
(
FlowTransform
<
T
,
R
>
)
->
Flow
<
R
>
A function applying a
Flow.transform
and possibly additional
Flow
configurations.