Uses of Enum
io.pebbletemplates.pebble.utils.OperatorUtils.Comparison
Packages that use OperatorUtils.Comparison
-
Uses of OperatorUtils.Comparison in io.pebbletemplates.pebble.utils
Methods in io.pebbletemplates.pebble.utils that return OperatorUtils.ComparisonModifier and TypeMethodDescriptionstatic OperatorUtils.ComparisonReturns 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.ComparisonModifier and TypeMethodDescriptionprivate static booleanOperatorUtils.doubleComparison(double op1, double op2, OperatorUtils.Comparison comparison) private static booleanOperatorUtils.wideningConversionBinaryComparison(Object op1, Object op2, OperatorUtils.Comparison comparison)