Uses of Package
com.gigaspaces.internal.query.predicate.composite
Packages that use com.gigaspaces.internal.query.predicate.composite
Package
Description
-
Classes in com.gigaspaces.internal.query.predicate.composite used by com.gigaspaces.internal.query.predicateClassDescriptionAn implementation of a logical multiple AND condition: This predicate returns true if and only if all operands return true.An implementation of a logical binary AND condition: This predicate returns true if and only if both left and right operands return true.An implementation of a logical multiple OR condition: This predicate returns true if and only if any of the operands return true.An implementation of a logical unary NOT condition: This predicate returns true if and only if the operand returns false.An implementation of a logical binary OR condition: This predicate returns true if and only if either left or right operands return true.An implementation of a logical binary XOR condition: This predicate returns true if and only if left or right operands return true, but not both.
-
Classes in com.gigaspaces.internal.query.predicate.composite used by com.gigaspaces.internal.query.predicate.compositeClassDescriptionA common basic implementation for binary composite space predicate implementations.A common basic implementation for composite space predicate implementations.A common basic implementation for unary composite space predicate implementations.