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