logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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