map2
AsyncResultOption.map2
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 following functions:
Then given a PostId
and a UserId
, we can call userTweet
like this:
Last updated