ApiResult
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ApiResult
core
/
pro.respawn.apiresult
/
onLoading
on
Loading
infix inline
fun
<
T
>
ApiResult
<
T
>
.
onLoading
(
block
:
(
)
->
Unit
)
:
ApiResult
<
T
>
Invoke given
block
if
this
is
Loading
See also
on
Error
on
Success