get

fun <V, E> Result<V, E>.get(): V?

Returns the value if this Result is Ok, otherwise null.