Uses of Class
com.gigaspaces.internal.query.predicate.comparison.ComparableScalarSpacePredicate
Packages that use ComparableScalarSpacePredicate
-
Uses of ComparableScalarSpacePredicate in com.gigaspaces.internal.query.predicate.comparison
Modifier and TypeClassDescriptionclassAn 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.classAn implementation of greater than comparison: This predicate returns true if and only if the predicate's argument is greater than the expected value.classAn 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.classAn implementation of less than comparison: This predicate returns true if and only if the predicate's argument is less than the expected value.Methods in com.gigaspaces.internal.query.predicate.comparison that return ComparableScalarSpacePredicateModifier and TypeMethodDescriptionBetweenSpacePredicate.getHighPredicate()Gets the predicate which tests the high limit of the between range.BetweenSpacePredicate.getLowPredicate()Gets the predicate which tests the low limit of the between range.