ResultNullExtension<S, F extends Object> extension
- on
-
- Result<
S?, F>
- Result<
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).