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