module CriteriaOperator::GroupOperatorType

Enum representing all possible types for a {GroupOperator}.

Constants

AND

with this type, a {GroupOperator} will check that all grouped operands are true

OR

with this type, a {GroupOperator} will check that at least one of the grouped operands is true