outcome
Toggle table of contents
0.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
outcome
outcome
/
nz.adjmunro.outcome.util
Package-level
declarations
Functions
Functions
is
Fatal
Link copied to clipboard
fun
Throwable
.
isFatal
(
)
:
Boolean
Determines if a
Throwable
should be fatal.
non
Fatal
Or
Throw
Link copied to clipboard
fun
<
Error
:
Throwable
>
Error
.
nonFatalOrThrow
(
)
:
Error
Re-throw a
Throwable
if it is
fatal
.