| Class and Description |
|---|
| BetweenSpacePredicate
Represents a Between predicate.
|
| EqualsSpacePredicate
An implementation of equals to comparison: This predicate returns true if and only if the
predicate's argument is equal to the expected value.
|
| GreaterEqualsSpacePredicate
An 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.
|
| GreaterSpacePredicate
An implementation of greater than comparison: This predicate returns true if and only if the
predicate's argument is greater than the expected value.
|
| InSpacePredicate
Represents an In predicate.
|
| LessEqualsSpacePredicate
An 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.
|
| LessSpacePredicate
An implementation of less than comparison: This predicate returns true if and only if the
predicate's argument is less than the expected value.
|
| NotEqualsSpacePredicate
An implementation of not equals condition: This predicate returns true if and only if the
predicate's argument is not equal to the expected value.
|
| NotNullSpacePredicate
A predicate to test for non-null values.
|
| NullSpacePredicate
A predicate to test for null values.
|
| RegexSpacePredicate |
| Class and Description |
|---|
| ComparableScalarSpacePredicate
A common basic implementation for comparable scalar comparison predicate implementations.
|
| ContainsPredicate
Represents a contains predicate.
|
| ScalarSpacePredicate
A common basic implementation for scalar comparison predicate implementations.
|
| Class and Description |
|---|
| ContainsPredicate
Represents a contains predicate.
|
Copyright © GigaSpaces.