View Source Ash.Resource.CalculationInterface (ash v2.11.8)

Represents a function that evaluates a calculation in a resource's code interface

Link to this section Summary

Link to this section Types

@type t() :: %Ash.Resource.CalculationInterface{
  args: term(),
  calculation: term(),
  name: term()
}

Link to this section Functions