public class AndSpacePredicate extends BinaryCompositeSpacePredicate
| Constructor and Description | 
|---|
| AndSpacePredicate()Default constructor for Externalizable. | 
| AndSpacePredicate(ISpacePredicate leftPredicate,
                 ISpacePredicate rightPredicate)Creates a binary predicate using the specified predicates. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | execute(Object target,
       ISpacePredicate leftOperand,
       ISpacePredicate rightOperand) | 
| protected String | getOperatorName() | 
equals, execute, getLeftOperand, getRightOperand, readExternalImpl, toString, writeExternalImplpreparePredicate, requiresCacheManagerForExecution, setCacheManagerForExecutionreadExternal, writeExternalclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreadExternal, writeExternalpublic AndSpacePredicate()
public AndSpacePredicate(ISpacePredicate leftPredicate, ISpacePredicate rightPredicate)
leftPredicate - Left predicate of the binary predicate.rightPredicate - Right predicate of the binary predicate.protected boolean execute(Object target, ISpacePredicate leftOperand, ISpacePredicate rightOperand)
execute in class BinaryCompositeSpacePredicateprotected String getOperatorName()
getOperatorName in class BinaryCompositeSpacePredicateCopyright © GigaSpaces.