For the complete documentation index, see llms.txt. This page is also available as Markdown.

apply

AsyncResultOption.apply

Namespace: FsToolkit.ErrorHandling

Function Signature:

Async<Result<('a -> 'b) option, 'c>>
  -> Async<Result<'a option, 'c>> 
  -> Async<Result<'b option, 'c>>

Examples

Last updated