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
/
ComposableFlow
/
ComposableFlow
Composable
Flow
constructor
(
block
:
@
Composable
(
input
:
TInput
?
,
enabled
:
Boolean
,
launchImmediately
:
Boolean
,
onEachSuccess
:
suspend
(
data
:
TData
)
->
Unit
?
,
onError
:
suspend
(
error
:
TError
)
->
Unit
?
)
->
RememberFlowResult
<
TInput
,
TData
,
TError
>
)