traverseVOptionM
Namespace: FsToolkit.ErrorHandling
Applies the given function to each element in the input list, and returns an option containing a list of the results. If any of the function applications return None, the entire result will be None.
Function Signature
Examples
Example 1
Example 2
Last updated