Uses of Class
com.speedment.runtime.compute.expression.BinaryExpression.Operator
-
Packages that use BinaryExpression.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 BinaryExpression.Operator in com.speedment.runtime.compute.expression
Methods in com.speedment.runtime.compute.expression that return BinaryExpression.Operator Modifier and Type Method Description BinaryExpression.OperatorBinaryExpression. operator()Returns the binary operator that this expression represents.static BinaryExpression.OperatorBinaryExpression.Operator. valueOf(String name)Returns the enum constant of this type with the specified name.static BinaryExpression.Operator[]BinaryExpression.Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-