toggle menu
core
2.0.0
common
switch theme
search in API
core
/
pro.respawn.apiresult
/
map
map
infix inline
fun
<
T
,
R
>
ApiResult
<
T
>
.
map
(
block
:
(
T
)
->
R
)
:
ApiResult
<
R
>
Change the type of the
Success
to
R
without affecting
Error
/
Loading
results
See also
map
Error
map
try
Map