Uses of Class
io.pebbletemplates.pebble.utils.OperatorUtils.Comparison
-
Packages that use OperatorUtils.Comparison Package Description io.pebbletemplates.pebble.utils -
-
Uses of OperatorUtils.Comparison in io.pebbletemplates.pebble.utils
Methods in io.pebbletemplates.pebble.utils that return OperatorUtils.Comparison Modifier and Type Method Description static OperatorUtils.ComparisonOperatorUtils.Comparison. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OperatorUtils.Comparison[]OperatorUtils.Comparison. 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.Comparison Modifier and Type Method Description private static booleanOperatorUtils. doubleComparison(double op1, double op2, OperatorUtils.Comparison comparison)private static booleanOperatorUtils. wideningConversionBinaryComparison(java.lang.Object op1, java.lang.Object op2, OperatorUtils.Comparison comparison)
-