# apply

### Validation.apply

Namespace: `FsToolkit.ErrorHandling`

Function Signature:

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

### Examples
