toggle menu
core
2.0.0-beta01
common
switch theme
search in API
core
/
pro.respawn.apiresult
/
mapEither
map
Either
inline
fun
<
T
,
R
>
ApiResult
<
T
>
.
mapEither
(
success
:
(
T
)
->
R
,
error
:
(
Exception
)
->
Exception
)
:
ApiResult
<
R
>
Map both
Error
and
Success
. Does not affect
Loading