Package | Description |
---|---|
com.gigaspaces.internal.query.predicate.composite |
Modifier and Type | Class and Description |
---|---|
class |
AndSpacePredicate
An implementation of a logical binary AND condition: This predicate returns true if and only if
both left and right operands return true.
|
class |
OrSpacePredicate
An implementation of a logical binary OR condition: This predicate returns true if and only if
either left or right operands return true.
|
class |
XorSpacePredicate
An 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.