map
Last updated
Last updated
Namespace: FsToolkit.ErrorHandling
Function Signature:
Note: Many use-cases requiring map
operations can also be solved using .
As a continuation of , let's assume that we want to store the created post in the database using the function
We can save the post and return its inner using JobResult.map
: