outcome
Toggle table of contents
0.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
outcome
outcome
/
nz.adjmunro.outcome.outcome.members
/
emptyFailure
empty
Failure
inline
fun
emptyFailure
(
ignore
:
Any
?
=
null
)
:
Failure
<
Unit
>
An inline hack to produce a
Failure
outcome with no
error
.
Usually used when working with
Maybe
.