Formula.Evaluable protocol (formula v0.1.5)

Link to this section Summary

Link to this section Types

@type t() :: term()

Link to this section Functions

Link to this function

evaluate(value, data)

@spec evaluate(term(), map()) :: {:ok, term()} | {:error, term()} | {:error, [term()]}