knomadic
Toggle table of contents
0.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
knomadic
knomadic
/
nz.adjmunro.knomadic.fetch.flow
/
fetchOrThrow
fetch
Or
Throw
fun
<
T
:
Any
>
FetchFlow
<
T
>
.
fetchOrThrow
(
)
:
Flow
<
T
>
Return
A
Flow
of the
result
of a
Fetch
or
throws
.
Throws
Illegal
State
Exception
if the
Fetch
is a
Fetch.Initial
or
Fetch.Fetching
.