| Package | Description | 
|---|---|
| com.gigaspaces.internal.query.predicate | |
| com.gigaspaces.internal.query.predicate.comparison | |
| com.gigaspaces.internal.query.predicate.composite | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FalseSpacePredicateA space predicate that always returns false. | 
| class  | TrueSpacePredicateA space predicate that always returns true. | 
| class  | ValueGetterSpacePredicate<T> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BetweenSpacePredicateRepresents a Between predicate. | 
| class  | ComparableScalarSpacePredicateA common basic implementation for comparable scalar comparison predicate implementations. | 
| class  | ContainsItemPredicatea contains predicate cascading from a single item | 
| class  | ContainsPredicateRepresents a contains predicate. | 
| class  | EqualsSpacePredicateAn implementation of equals to comparison: This predicate returns true if and only if the
 predicate's argument is equal to the expected value. | 
| class  | GreaterEqualsSpacePredicateAn implementation of greater than or equals to comparison: This predicate returns true if and
 only if the predicate's argument is greater than or equals to the expected value. | 
| class  | GreaterSpacePredicateAn implementation of greater than comparison: This predicate returns true if and only if the
 predicate's argument is greater than the expected value. | 
| class  | InSpacePredicateRepresents an In predicate. | 
| class  | LessEqualsSpacePredicateAn implementation of less than or equals to comparison: This predicate returns true if and only
 if the predicate's argument is less than or equals to the expected value. | 
| class  | LessSpacePredicateAn implementation of less than comparison: This predicate returns true if and only if the
 predicate's argument is less than the expected value. | 
| class  | NotEqualsSpacePredicateAn implementation of not equals condition: This predicate returns true if and only if the
 predicate's argument is not equal to the expected value. | 
| class  | NotNullSpacePredicateA predicate to test for non-null values. | 
| class  | NotRegexSpacePredicate | 
| class  | NullSpacePredicateA predicate to test for null values. | 
| class  | RegexSpacePredicate | 
| class  | RelationPredicate | 
| class  | ScalarSpacePredicateA common basic implementation for scalar comparison predicate implementations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AllSpacePredicateAn implementation of a logical multiple AND condition: This predicate returns true if and only if
 all operands return true. | 
| class  | AndSpacePredicateAn implementation of a logical binary AND condition: This predicate returns true if and only if
 both left and right operands return true. | 
| class  | AnySpacePredicateAn implementation of a logical multiple OR condition: This predicate returns true if and only if
 any of the operands return true. | 
| class  | BinaryCompositeSpacePredicateA common basic implementation for binary composite space predicate implementations. | 
| class  | CompositeSpacePredicateA common basic implementation for composite space predicate implementations. | 
| class  | MultipleCompositeSpacePredicate | 
| class  | NotSpacePredicateAn implementation of a logical unary NOT condition: This predicate returns true if and only if
 the operand returns false. | 
| class  | OrSpacePredicateAn implementation of a logical binary OR condition: This predicate returns true if and only if
 either left or right operands return true. | 
| class  | UnaryCompositeSpacePredicateA common basic implementation for unary composite space predicate implementations. | 
| class  | XorSpacePredicateAn implementation of a logical binary XOR condition: This predicate returns true if and only if
 left or right operands return true, but not both. | 
Copyright © GigaSpaces.