bind
TaskResultOption.bind
Namespace: FsToolkit.ErrorHandling
Function Signature:
Examples
Note: Many use-cases requiring bind
can also be solved using the taskResultOption
computation expression.
Example 1
Given the following functions:
We can get a post's user given a PostId
like this:
Last updated