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
/
RememberFlowResult
/
RememberFlowResult
Remember
Flow
Result
constructor
(
fetchState
:
FetchState
,
error
:
TError
?
,
data
:
TData
?
,
launch
:
suspend
(
queryInput
:
TInput
,
onEachSuccess
:
suspend
(
data
:
TData
)
->
Unit
?
,
onError
:
suspend
(
error
:
TError
)
->
Unit
?
)
->
Unit
)