toggle menu
FlowMVI
3.1.0-beta01
common
switch theme
search in API
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