cache-on-hand
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
cache-on-hand
cacheonhand-compose
/
io.github.notoriouscorgi.cacheonhand.compose
/
RememberMutationNoInputResult
/
mutate
mutate
val
mutate
:
suspend
(
optimisticUpdate
:
(
)
->
Map
<
out
CacheableInput
,
Any
?
>
?
,
onSuccess
:
suspend
(
data
:
TData
)
->
Unit
?
,
onError
:
suspend
(
error
:
TError
)
->
Unit
?
)
->
Unit