|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BinaryPredicate
A predicate which is evaluating a binary expression.
The predicate has a left and right hand side expressions which is matched based on an operator. This predicate can return information about the evaluated expressions which allows you to get detailed information, so you better understand why the predicate did not match.
Method Summary | |
---|---|
Expression |
getLeft()
Gets the left hand side expression |
Object |
getLeftValue()
Gets the evaluated left hand side value. |
String |
getOperator()
Gets the operator |
Expression |
getRight()
Gets the right hand side expression |
Object |
getRightValue()
Gets the evaluated right hand side value. |
Methods inherited from interface org.apache.camel.Predicate |
---|
matches |
Method Detail |
---|
String getOperator()
Expression getLeft()
Expression getRight()
Object getLeftValue()
getRightValue()
may in fact be from another evaluation.
Object getRightValue()
getLeftValue()
may in fact be from another evaluation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |