Ash.Info.Manifest.ApplicableFunction (ash v3.25.1)

Copy Markdown View Source

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.

Summary

Types

t()

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