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.sdk.common
/
catchWithResult
catch
With
Result
inline
fun
<
R
>
catchWithResult
(
block
:
ReturnBlockScope
.
(
)
->
R
)
:
Result
<
R
>
Transforms the value of the Result using the given
block
that returns another Result.