map
AsyncResultOption.map
Namespace: FsToolkit.ErrorHandling
Function Signature:
Examples
Note: Many use-cases requiring map
operations can also be solved using the asyncResultOption
computation expression.
Example 1
Given the function
Then using the AsyncResultOption.map
we can get the name of the user like this:
Last updated