Method OnBoth
OnBoth(Func<Result, T>)
Executes specified function to update result of the executed action.
public T OnBoth(Func<Result, T> func)
Parameters
Returns
- T
Updated result.
Executes specified function to update result of the executed action.
public T OnBoth(Func<Result, T> func)
Updated result.