transpose method

Future<Result<S, F>?> transpose()

Implementation

Future<Result<S, F>?> transpose() {
  return then((result) => result.transposeOut());
}