Uses of Interface
org.apache.olingo.odata2.api.uri.expression.UnaryExpression
-
Packages that use UnaryExpression Package Description org.apache.olingo.odata2.api.uri.expression Expression Parser -
-
Uses of UnaryExpression in org.apache.olingo.odata2.api.uri.expression
Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type UnaryExpression Modifier and Type Method Description ObjectExpressionVisitor. visitUnary(UnaryExpression unaryExpression, UnaryOperator operator, Object operand)Visits a unary expression
-