Squishy
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Squishy
core
/
mtctx.squishy.foundation
/
recover
recover
inline
fun
<
T
>
Outcome
<
T
>
.
recover
(
recoverBlock
:
(
Outcome.Failure
)
->
T
)
:
Outcome
<
T
>