If Ok, Returns a new Result by passing the Ok value to the provided function.
Result<W, F> andThen<W>(Result<W, F> Function(S ok) fn);