# `Ash.Info.Manifest.ApplicableFunction`
[🔗](https://github.com/ash-project/ash/blob/v3.25.2/lib/ash/info/manifest/applicable_function.ex#L5)

A predicate function resolved as applicable to a specific field, paired
with the resolved right-hand-side type.

See `Ash.Info.Manifest.ApplicableOperator` for the shape of `rhs`.

# `t`

```elixir
@type t() :: %Ash.Info.Manifest.ApplicableFunction{
  custom: map(),
  name: atom(),
  rhs: Ash.Info.Manifest.ApplicableOperator.rhs()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
