Interface Evaluator

All Known Implementing Classes:
CelPrograms, OneofEvaluator

public interface Evaluator
Evaluator defines a validation evaluator. evaluator implementations may elide type checking of the passed in value, as the types have been guaranteed during the build phase.
  • Method Summary

    Modifier and Type
    Method
    Description
    evaluate(Value val, boolean failFast)
    Checks that the provided val is valid.
    boolean
    Returns true if the evaluator always succeeds.