Static methods

staticinlineisOk<T>(result:Result<T>):Bool

Returns true if the result is Ok. Returns false if the result is Error.

staticinlineresolve<T>(result:Result<T>):T

Returns the result value on success or throws eval.luv.LuvException on failure.