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
/
kotlinFailure
kotlin
Failure
inline
fun
kotlinFailure
(
throwable
:
Throwable
)
:
KotlinResult
<
Nothing
>
Wraps
throwable
as a
Result.failure
.
inline
fun
kotlinFailure
(
block
:
(
)
->
Throwable
)
:
KotlinResult
<
Nothing
>
Wraps the result of
block
as a
Result.failure
.