cache-on-hand
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
cache-on-hand
cacheonhand-attendants
/
io.github.notoriouscorgi.cacheonhand.operations
/
MutationFactoryWithInput
/
MutationFactoryWithInput
Mutation
Factory
With
Input
constructor
(
cache
:
OnHandCache
,
dispatcher
:
CoroutineDispatcher
=
Dispatchers.Default
,
dependentActions
:
List
<
suspend
(
mutationData
:
TData
)
->
Unit
>
=
emptyList()
,
mutation
:
suspend
(
input
:
TInput
)
->
TData
)