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
/
FlowFactoryWithInput
/
invoke
invoke
operator
fun
invoke
(
startingCacheKey
:
TInput
?
=
null
,
coroutineScope
:
CoroutineScope
,
initialFetchState
:
FetchState
=
FetchState.IDLE
)
:
CacheableFlowWithInput
<
TInput
,
TData
,
TError
>