Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

UR::BoolExpr::Composite - an "and" or "or" rule

Description

Name

       UR::BoolExpr::Composite - an "and" or "or" rule

See Also

UR::Object(3), UR::BoolExpr, UR::BoolExpr::Template, UR::BoolExpr::Template::And,
       UR::BoolExpr::Template::Or, UR::BoolExpr::Template::PropertyComparison

perl v5.38.2                                       2024-06-15             UR::BoolExpr::Template::Composite(3pm)

Synopsis

       @r = $r->get_underlying_rules(); for (@r) {
           print $r->evaluate($c1); }

See Also