You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CSharpFunctionalExtensions/Result/Extensions/MapError.cs
+25-3Lines changed: 25 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,18 @@ public static Result MapError(this Result result, Func<string, string> errorFact
18
18
/// <summary>
19
19
/// If the calling Result is a success, a new success result is returned. Otherwise, creates a new failure result from the return value of a given function.
/// If the calling Result is a success, a new success result is returned. Otherwise, creates a new failure result from the return value of a given function.
/// If the calling Result is a success, a new success result is returned. Otherwise, creates a new failure result from the return value of a given function.
/// If the calling Result is a success, a new success result is returned. Otherwise, creates a new failure result from the return value of a given function.
/// If the calling Result is a success, a new success result is returned. Otherwise, creates a new failure result from the return value of a given function.
/// If the calling Result is a success, a new success result is returned. Otherwise, creates a new failure result from the return value of a given function.
/// If the calling Result is a success, a new success result is returned. Otherwise, creates a new failure result from the return value of a given function.
/// If the calling Result is a success, a new success result is returned. Otherwise, creates a new failure result from the return value of a given function.
/// If the calling Result is a success, a new success result is returned. Otherwise, creates a new failure result from the return value of a given function.
0 commit comments