knomadic
Toggle table of contents
0.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
knomadic
knomadic
/
nz.adjmunro.knomadic.fetch.flow
/
fetchOrElse
fetch
Or
Else
inline
fun
<
T
:
Any
>
FetchFlow
<
T
>
.
fetchOrElse
(
crossinline
recover
:
suspend
(
Fetch
<
T
>
)
->
T
)
:
Flow
<
T
>
Return
A
Flow
of the
result
of a
Fetch
or the result of
recover
.