kotlin-result
1.1.14
kotlin-result
/
com.github.michaelbull.result
/
get
get
fun
<
V
,
E
>
Result
<
V
,
E
>
.
get
(
)
:
V
?
Content copied to clipboard
Returns the
value
if this
Result
is
Ok
, otherwise
null
.
Elm:
Result.toMaybe
Rust:
Result.ok