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
/
ComposableMutationNoInput
Composable
Mutation
No
Input
class
ComposableMutationNoInput
<
TData
,
TError
:
Throwable
>
(
block
:
@
Composable
(
)
->
RememberMutationNoInputResult
<
TData
,
TError
>
)
Members
Constructors
Composable
Mutation
No
Input
Link copied to clipboard
constructor
(
block
:
@
Composable
(
)
->
RememberMutationNoInputResult
<
TData
,
TError
>
)
Functions
invoke
Link copied to clipboard
@
Composable
operator
fun
invoke
(
)
:
RememberMutationNoInputResult
<
TData
,
TError
>