ResultNullExtension<S, F extends Object> extension

on

Methods

transposeOut() Result<S, F>?

Available on Result<S?, F>, provided by the ResultNullExtension extension

transposes a Result of a nullable type into a nullable Result. Note: transposeOut is named as such otherwise there is ambiguity if named the same as transposeIn (transpose).