map2
Namespace: FsToolkit.ErrorHandling
Apply a function to the values of two options if they are Some
. If either option is None
, return None
.
Function Signature
Examples
Example 1
Example 2
Example 3
Last updated