stream-result
1.0.0
jvm
stream-result-call
/
io.getstream.result.call
/
Call
/
Companion
/
runCatching
run
Catching
suspend
fun
<
T
:
Any
>
runCatching
(
errorMap
:
suspend
(
originalResultError
:
Result
<
T
>
)
->
Result
<
T
>
=
{ it }
,
block
:
suspend
(
)
->
Result
<
T
>
)
:
Result
<
T
>