ResultNullExtension<S, F extends Object> extension

on

Methods

transposeOut() Result<S, F>?
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).