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