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