Android Scanbot SDK
Toggle table of contents
8.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK
Android Scanbot SDK
/
io.scanbot.common
/
mapResult
map
Result
inline
fun
<
T
,
R
>
Result
<
T
>
.
mapResult
(
block
:
ReturnBlockScope
.
(
Result
<
T
>
)
->
Result
<
R
>
)
:
Result
<
R
>