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

apply

TaskResult.apply

Namespace: FsToolkit.ErrorHandling

Function Signature:

Task<Result<('a -> 'b), 'c>>
  -> Task<Result<'a, 'c>>
  -> Task<Result<'b, 'c>>

Examples

Last updated