Formula.Evaluable protocol (formula v0.1.8)

Link to this section Summary

Types

t()

All the types that implement this protocol.

Link to this section Types

@type t() :: term()

All the types that implement this protocol.

Link to this section Functions

Link to this function

evaluate(value, data)

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