ReactiveState
Toggle table of contents
6.0.0-preview.9
common
Platform filter
common
Switch theme
Search in API
ReactiveState
reactivestate-core
/
com.ensody.reactivestate
/
runCatchingNonFatal
run
Catching
Non
Fatal
inline
fun
<
T
>
runCatchingNonFatal
(
block
:
(
)
->
T
)
:
Result
<
T
>
inline
fun
<
T
,
R
>
T
.
runCatchingNonFatal
(
block
:
T
.
(
)
->
R
)
:
Result
<
R
>
Similar to the stdlib
runCatching
, but uses
throwIfFatal
to re-throw fatal exceptions immediately.