|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Language
Represents a language to be used for Expression
or Predicate
instances
Method Summary | |
---|---|
Expression<Exchange> |
createExpression(String expression)
Creates an expression based on the given string input |
Predicate<Exchange> |
createPredicate(String expression)
Creates a predicate based on the given string input |
Method Detail |
---|
Predicate<Exchange> createPredicate(String expression)
expression
- the expression
Expression<Exchange> createExpression(String expression)
expression
- the expression as a string input
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |