FsToolkit.ErrorHandling
Search…
README
Result
Option
ResultOption
AsyncResult
map
map2
map3
mapError
apply
foldResult
ofTask
ofTaskAction
bind
ignore
Computation Expression
Operators
Other Functions
TaskResult
JobResult
List
AsyncResultOption
Validation
Test
Powered By
GitBook
map3
AsyncResult.map3
Namespace:
FsToolkit.ErrorHandling
Function Signature:
(
'a
->
'b
->
'c
->
'd
)
->
Async
<
Result
<
'a
,
'e
>>
->
Async
<
Result
<
'b
,
'e
>>
->
Async
<
Result
<
'c
,
'e
>>
->
Async
<
Result
<
'd
,
'e
>>
Examples
Note: Many use-cases requiring
map
operations can also be solved using
the
asyncResult
computation expression
.
Previous
map2
Next
mapError
Last modified
9mo ago
Copy link
Outline
AsyncResult.map3
Examples