outcome
Toggle table of contents
0.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
outcome
outcome
/
nz.adjmunro.outcome.outcome.members
/
getOrDefault
get
Or
Default
infix
fun
<
Ok
:
Any
,
Error
:
Any
>
Outcome
<
Ok
,
Error
>
.
getOrDefault
(
default
:
Ok
)
:
Ok
Return
The
value
or
default
.