Package | Description |
---|---|
com.gigaspaces.internal.query.predicate.comparison |
Modifier and Type | Class and Description |
---|---|
class |
ComparableScalarSpacePredicate
A common basic implementation for comparable scalar comparison predicate implementations.
|
class |
ContainsItemPredicate
a contains predicate cascading from a single item
|
class |
ContainsPredicate
Represents a contains predicate.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
NotRegexSpacePredicate |
class |
RegexSpacePredicate |
class |
RelationPredicate |
Copyright © GigaSpaces.