knomadic
Toggle table of contents
0.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
knomadic
knomadic
/
nz.adjmunro.knomadic.fetch.flow
/
fetchOrDefault
fetch
Or
Default
infix
fun
<
T
:
Any
>
FetchFlow
<
T
>
.
fetchOrDefault
(
default
:
T
)
:
Flow
<
T
>
Return
A
Flow
of the
result
of a
Fetch
or the
default
value.