Uses of Class
com.gigaspaces.internal.query.predicate.composite.BinaryCompositeSpacePredicate
Packages that use BinaryCompositeSpacePredicate
-
Uses of BinaryCompositeSpacePredicate in com.gigaspaces.internal.query.predicate.composite
Modifier and TypeClassDescriptionclassAn 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 binary OR condition: This predicate returns true if and only if either left or right operands return true.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.