toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-core
/
com.jeluchu.jchucomponents.extensions.flow
/
flowResourceCollector
flow
Resource
Collector
fun
<
T
,
S
>
Flow
<
Resource
<
Failure
,
T
>
>
.
flowResourceCollector
(
scope
:
CoroutineScope
,
initialValue
:
S
,
onLoading
:
(
)
->
Unit
,
onSuccess
:
(
T
?
)
->
Unit
,
onFailure
:
(
Failure
?
)
->
Unit
)
:
Job