Uses of Class
org.n52.svalbard.odata.core.expr.bool.BooleanUnaryExpr
-
Packages that use BooleanUnaryExpr Package Description org.n52.svalbard.odata.core.expr org.n52.svalbard.odata.core.expr.bool -
-
Uses of BooleanUnaryExpr in org.n52.svalbard.odata.core.expr
Methods in org.n52.svalbard.odata.core.expr that return types with arguments of type BooleanUnaryExpr Modifier and Type Method Description default Optional<BooleanUnaryExpr>Expr. asBooleanUnary()Get this expression as a boolean unary expressionMethods in org.n52.svalbard.odata.core.expr with parameters of type BooleanUnaryExpr Modifier and Type Method Description TExprVisitor. visitBooleanUnary(BooleanUnaryExpr expr)Visit a boolean unary expression. -
Uses of BooleanUnaryExpr in org.n52.svalbard.odata.core.expr.bool
Methods in org.n52.svalbard.odata.core.expr.bool that return types with arguments of type BooleanUnaryExpr Modifier and Type Method Description Optional<BooleanUnaryExpr>BooleanUnaryExpr. asBooleanUnary()
-