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