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.result
/
exceptionOrDefault
exception
Or
Default
inline
fun
<
T
>
KotlinResult
<
T
>
.
exceptionOrDefault
(
defaultError
:
Throwable
)
:
Throwable
Returns the encapsulated
Throwable
if
failure
, or
defaultError
if
success
.
See also
exception
Or
Throw
exception
Or
Else