FlowMVI
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
FlowMVI
savedstate
/
pro.respawn.flowmvi.savedstate.dsl
/
TypedSaver
Typed
Saver
inline
fun
<
T
:
S
,
S
>
TypedSaver
(
delegate
:
Saver
<
T
>
)
:
Saver
<
S
>
A
MapSaver
that will only persist values of type
T
.
See also
Saver