Class RunRules


  • public class RunRules
    extends Statement
    Runs a collection of rules on a statement.
    Since:
    4.9
    • Field Detail

      • statement

        private final Statement statement
    • Method Detail

      • evaluate

        public void evaluate()
                      throws java.lang.Throwable
        Description copied from class: Statement
        Run the action, throwing a Throwable if anything goes wrong.
        Specified by:
        evaluate in class Statement
        Throws:
        java.lang.Throwable