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