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