Uses of Enum Class
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.Comparison
Returns the enum constant of this class with the specified name.static OperatorUtils.Comparison[]
OperatorUtils.Comparison.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.ComparisonModifier and TypeMethodDescriptionprivate static boolean
OperatorUtils.doubleComparison
(double op1, double op2, OperatorUtils.Comparison comparison) private static boolean
OperatorUtils.wideningConversionBinaryComparison
(Object op1, Object op2, OperatorUtils.Comparison comparison)