Uses of Enum
com.blazebit.persistence.parser.predicate.CompoundPredicate.BooleanOperator
Packages that use CompoundPredicate.BooleanOperator
-
Uses of CompoundPredicate.BooleanOperator in com.blazebit.persistence.parser.predicate
Methods in com.blazebit.persistence.parser.predicate that return CompoundPredicate.BooleanOperatorModifier and TypeMethodDescriptionCompoundPredicate.getOperator()CompoundPredicate.BooleanOperator.invert()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.BooleanOperatorModifierConstructorDescriptionCompoundPredicate(CompoundPredicate.BooleanOperator operator, Predicate... children) CompoundPredicate(CompoundPredicate.BooleanOperator operator, List<Predicate> children) CompoundPredicate(CompoundPredicate.BooleanOperator operator, List<Predicate> children, boolean negated)