Uses of Class
com.speedment.runtime.compute.expression.UnaryExpression.Operator
-
Packages that use UnaryExpression.Operator Package Description com.speedment.runtime.compute.expression Expression builders that can produce efficient and type-safe implementations of the interfaces in thecom.speedment.enterprise.aggregator.functionpackage. -
-
Uses of UnaryExpression.Operator in com.speedment.runtime.compute.expression
Methods in com.speedment.runtime.compute.expression that return UnaryExpression.Operator Modifier and Type Method Description UnaryExpression.OperatorUnaryExpression. operator()Returns the binary operator that this expression represents.static UnaryExpression.OperatorUnaryExpression.Operator. valueOf(String name)Returns the enum constant of this type with the specified name.static UnaryExpression.Operator[]UnaryExpression.Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-