Squishy
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Squishy
core
/
mtctx.squishy.foundation
/
fold
fold
inline
fun
<
T
,
R
>
Outcome
<
T
>
.
fold
(
onSuccess
:
(
T
)
->
R
,
onFailure
:
(
String
,
Throwable
?
)
->
R
)
:
R