Returns the Right value if this is a Right, otherwise computes a fallback.
R getOrElse(R Function(L left) orElse) => fold(orElse, (right) => right);