Uses of Enum Class
io.pebbletemplates.pebble.utils.OperatorUtils.Operation
Packages that use OperatorUtils.Operation
-
Uses of OperatorUtils.Operation in io.pebbletemplates.pebble.utils
Methods in io.pebbletemplates.pebble.utils that return OperatorUtils.OperationModifier and TypeMethodDescriptionstatic OperatorUtils.Operation
Returns the enum constant of this class with the specified name.static OperatorUtils.Operation[]
OperatorUtils.Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.pebbletemplates.pebble.utils with parameters of type OperatorUtils.OperationModifier and TypeMethodDescriptionprivate static BigDecimal
OperatorUtils.bigDecimalOperation
(BigDecimal op1, BigDecimal op2, OperatorUtils.Operation operation) private static double
OperatorUtils.doubleOperation
(double op1, double op2, OperatorUtils.Operation operation) private static Float
OperatorUtils.floatOperation
(Float op1, Float op2, OperatorUtils.Operation operation) private static long
OperatorUtils.integerOperation
(int op1, int op2, OperatorUtils.Operation operation) private static long
OperatorUtils.longOperation
(long op1, long op2, OperatorUtils.Operation operation) private static Object
OperatorUtils.wideningConversionBinaryOperation
(Object op1, Object op2, OperatorUtils.Operation operation)