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

apply

JobResult.apply

Namespace: FsToolkit.ErrorHandling

Function Signature:

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

Examples

Last updated