Result$NullableResultExtension<S, F extends Object> extension

on
  • Result<S, F>?

Methods

transposeIn() → Result<S?, F>
transposes a nullable Result into a non-nullable Result. Note: transposeIn is named as such otherwise there is ambiguity if named the same as transposeOut (transpose).