toggle menu
Quobis Android SDK (internal 0.82.1)
androidJvm
switch theme
search in API
Quobis Android SDK (internal 0.82.1)
/
com.quobis.sippo.sipposdk.common
/
map
map
fun
<
V
,
U
,
E
:
Throwable
>
Either
<
V
,
E
>
.
map
(
f
:
(
V
)
->
U
)
:
Either
<
U
,
E
>
Converts the Either value according to
f
function.