Brex v1.0.0 Brex.Rule.Evaluable protocol View Source
The main rule protocol. Each rule needs to implement this protocol to be considered a rule.
Take a look at Brex.Rule.Struct
for details on implementing struct based
custom rules.
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
evaluate(rule, value)
View Source
evaluate(t(), Brex.Types.value()) :: Brex.Types.evaluation()