> For the complete documentation index, see [llms.txt](https://demystifyfp.gitbook.io/fstoolkit-errorhandling/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://demystifyfp.gitbook.io/fstoolkit-errorhandling/fstoolkit.errorhandling.icedtasks/index/apply.md).

# apply

### CancellableTaskResult.apply

Namespace: `FsToolkit.ErrorHandling`

Function Signature:

```fsharp
CancellableTask<Result<('a -> 'b), 'c>>
  -> CancellableTask<Result<'a, 'c>>
  -> CancellableTask<Result<'b, 'c>>
```

### Examples
