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