CacheableFireAndForgetMutationWithInput
class CacheableFireAndForgetMutationWithInput<TInput : CacheableInput.MutationInput, TError : Throwable>(howTo: suspend (input: TInput) -> Unit, cache: OnHandCache, dispatcher: CoroutineDispatcher = Dispatchers.Default, dependentActions: List<suspend () -> Unit> = emptyList())
Constructors
Link copied to clipboard
constructor(howTo: suspend (input: TInput) -> Unit, cache: OnHandCache, dispatcher: CoroutineDispatcher = Dispatchers.Default, dependentActions: List<suspend () -> Unit> = emptyList())