criollo-kmp-foundation
Toggle table of contents
0.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
criollo-kmp-foundation
runtime
/
io.github.jdbenitez94.criollo.kmp.foundation.runtime
/
getOrElseCancellable
get
Or
Else
Cancellable
inline
fun
<
T
>
Result
<
T
>
.
getOrElseCancellable
(
onFailure
:
(
Throwable
)
->
T
)
:
T
Like
Result.getOrElse
, but rethrows
CancellationException
if present in the failure.