ApiResult
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ApiResult
core
/
pro.respawn.apiresult
/
tryFlow
try
Flow
inline
fun
<
T
>
ApiResult.Companion
.
tryFlow
(
crossinline
call
:
suspend
(
)
->
T
)
:
Flow
<
ApiResult
<
T
>
>
Emits
ApiResult.Loading
, then executes
call
and wraps it.
See also
as
Api
Result