Uses of Interface
io.pebbletemplates.pebble.operator.BinaryOperator
Packages that use BinaryOperator
Package
Description
-
Uses of BinaryOperator in io.pebbletemplates.pebble.extension
Methods in io.pebbletemplates.pebble.extension that return types with arguments of type BinaryOperatorModifier and TypeMethodDescriptionAbstractExtension.getBinaryOperators()Extension.getBinaryOperators()Use this method to provide custom binary operators.ExtensionCustomizer.getBinaryOperators()ExtensionRegistry.getBinaryOperators() -
Uses of BinaryOperator in io.pebbletemplates.pebble.extension.core
Methods in io.pebbletemplates.pebble.extension.core that return types with arguments of type BinaryOperator -
Uses of BinaryOperator in io.pebbletemplates.pebble.operator
Classes in io.pebbletemplates.pebble.operator that implement BinaryOperator -
Uses of BinaryOperator in io.pebbletemplates.pebble.parser
Constructor parameters in io.pebbletemplates.pebble.parser with type arguments of type BinaryOperatorModifierConstructorDescriptionExpressionParser(Parser parser, Map<String, BinaryOperator> binaryOperators, Map<String, UnaryOperator> unaryOperators, ParserOptions parserOptions) Constructor