map2
Task.map2
Namespace: FsToolkit.ErrorHandling
Function Signature:
Examples
Note: Many use-cases requiring map
operations can also be solved using the task
computation expression.
Example 1
Given the functions
And the type
We can create a NotifyNewPostRequest
using Task.map2
as below:
Last updated