map
Namespace: FsToolkit.ErrorHandling
Apply a function to the value of an option if it is Some
. If the option is None
, return None
.
Function Signature
Examples
Example 1
Example 2
Last updated
Namespace: FsToolkit.ErrorHandling
Apply a function to the value of an option if it is Some
. If the option is None
, return None
.
Last updated