Package com.gigaspaces.internal.query.predicate.comparison
package com.gigaspaces.internal.query.predicate.comparison
-
ClassesClassDescriptionRepresents a Between predicate.A common basic implementation for comparable scalar comparison predicate implementations.a contains predicate cascading from a single itemRepresents a contains predicate.An implementation of equals to comparison: This predicate returns true if and only if the predicate's argument is equal to the expected value.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.An implementation of greater than comparison: This predicate returns true if and only if the predicate's argument is greater than the expected value.Represents an In predicate.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.An implementation of less than comparison: This predicate returns true if and only if the predicate's argument is less than the expected value.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.A predicate to test for non-null values.A predicate to test for null values.A common basic implementation for scalar comparison predicate implementations.