Applies a function to the expected value in an Expected object.
If no expected value is present, the original error value is passed through unchanged, and the function is not called.
The actual map function.
A new Expected object containing the result.
See Implementation
Applies a function to the expected value in an Expected object.
If no expected value is present, the original error value is passed through unchanged, and the function is not called.