Uses of Class
com.blazebit.persistence.parser.predicate.CompoundPredicate.BooleanOperator
| Package | Description |
|---|---|
| com.blazebit.persistence.parser.predicate |
-
Uses of CompoundPredicate.BooleanOperator in com.blazebit.persistence.parser.predicate
Methods in com.blazebit.persistence.parser.predicate that return CompoundPredicate.BooleanOperator Modifier and Type Method Description CompoundPredicate.BooleanOperatorCompoundPredicate. getOperator()CompoundPredicate.BooleanOperatorCompoundPredicate.BooleanOperator. invert()static CompoundPredicate.BooleanOperatorCompoundPredicate.BooleanOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static CompoundPredicate.BooleanOperator[]CompoundPredicate.BooleanOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.blazebit.persistence.parser.predicate with parameters of type CompoundPredicate.BooleanOperator Constructor Description CompoundPredicate(CompoundPredicate.BooleanOperator operator)CompoundPredicate(CompoundPredicate.BooleanOperator operator, Predicate... children)CompoundPredicate(CompoundPredicate.BooleanOperator operator, List<Predicate> children)CompoundPredicate(CompoundPredicate.BooleanOperator operator, List<Predicate> children, boolean negated)