outcome
Toggle table of contents
0.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
outcome
outcome
/
nz.adjmunro.outcome.outcome.flow
/
foldOutcome
fold
Outcome
inline
fun
<
Ok
:
Any
,
Error
:
Any
,
Output
>
OutcomeFlow
<
Ok
,
Error
>
.
foldOutcome
(
crossinline
success
:
suspend
(
Ok
)
->
Output
,
crossinline
failure
:
suspend
(
Error
)
->
Output
)
:
Flow
<
Output
>
TODO: Needs work / doc-comments / testing