toggle menu
Quiver Library
jvm
switch theme
search in API
Quiver Library
/
app.cash.quiver
/
fold
fold
inline
fun
<
E
,
A
,
B
>
Outcome
<
E
,
A
>
.
fold
(
onFailure
:
(
E
)
->
B
,
onAbsent
:
(
)
->
B
,
onPresent
:
(
A
)
->
B
)
:
B
(
source
)