Package net.sf.saxon.expr.parser
Interface ExpressionTool.ExpressionPredicate
-
- Enclosing class:
- ExpressionTool
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ExpressionTool.ExpressionPredicate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(Expression e)
-
-
-
Method Detail
-
test
boolean test(Expression e)
-
-