kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
result
/
com.siddharth.kmp.result
/
map
map
inline
fun
<
D
,
E
,
R
>
Result
<
D
,
E
>
.
map
(
transform
:
(
D
)
->
R
)
:
Result
<
R
,
E
>
Map the success value; failures pass through untouched.