Arrow
1.1.5
common
arrow-core
/
arrow.core
/
valueOr
value
Or
inline
fun
<
E
,
A
>
Validated
<
E
,
A
>
.
valueOr
(
f
:
(
E
)
->
A
)
:
A
(
source
)
Return the Valid value, or the result of f if Invalid