Uses of Class
com.gigaspaces.internal.query.predicate.composite.CompositeSpacePredicate
Packages that use CompositeSpacePredicate
-
Uses of CompositeSpacePredicate in com.gigaspaces.internal.query.predicate.composite
Subclasses of CompositeSpacePredicate in com.gigaspaces.internal.query.predicate.compositeModifier and TypeClassDescriptionclassAn implementation of a logical multiple AND condition: This predicate returns true if and only if all operands return true.classAn implementation of a logical binary AND condition: This predicate returns true if and only if both left and right operands return true.classAn implementation of a logical multiple OR condition: This predicate returns true if and only if any of the operands return true.classA common basic implementation for binary composite space predicate implementations.classclassAn implementation of a logical unary NOT condition: This predicate returns true if and only if the operand returns false.classAn implementation of a logical binary OR condition: This predicate returns true if and only if either left or right operands return true.classA common basic implementation for unary composite space predicate implementations.classAn implementation of a logical binary XOR condition: This predicate returns true if and only if left or right operands return true, but not both.