outcome
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
outcome
outcome
/
nz.adjmunro.outcome.members
/
errorOrDefault
error
Or
Default
infix
fun
<
Ok
,
Error
>
Outcome
<
Ok
,
Error
>
.
errorOrDefault
(
default
:
Error
)
:
Error
Returns the
Failure
error, or
default
if the outcome is a
Success
.