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
/
ComposableMutation
Composable
Mutation
class
ComposableMutation
<
TInput
:
CacheableInput.MutationInput
,
TData
,
TError
:
Throwable
>
(
block
:
@
Composable
(
)
->
RememberMutationResult
<
TInput
,
TData
,
TError
>
)
Members
Constructors
Composable
Mutation
Link copied to clipboard
constructor
(
block
:
@
Composable
(
)
->
RememberMutationResult
<
TInput
,
TData
,
TError
>
)
Functions
invoke
Link copied to clipboard
@
Composable
operator
fun
invoke
(
)
:
RememberMutationResult
<
TInput
,
TData
,
TError
>