toggle menu
core
2.0.0-beta02
common
switch theme
search in API
core
/
pro.respawn.apiresult
/
mapLoading
map
Loading
infix inline
fun
<
T
,
R
:
T
>
ApiResult
<
T
>
.
mapLoading
(
block
:
(
)
->
R
)
:
ApiResult
<
T
>
Maps
Loading
to a
Success
, not affecting other states.
See also
map
Error
map
try
Map