component1

open operator fun component1(): Ok?

Returns the Ok value via destructuring, or null if this is a Failure. Note that Ok itself may be a nullable type.

See also