Uses of Interface
io.pebbletemplates.pebble.operator.UnaryOperator
Packages that use UnaryOperator
Package
Description
-
Uses of UnaryOperator in io.pebbletemplates.pebble.extension
Methods in io.pebbletemplates.pebble.extension that return types with arguments of type UnaryOperatorModifier and TypeMethodDescriptionAbstractExtension.getUnaryOperators()Extension.getUnaryOperators()Use this method to provide custom unary operators.ExtensionCustomizer.getUnaryOperators()ExtensionRegistry.getUnaryOperators() -
Uses of UnaryOperator in io.pebbletemplates.pebble.extension.core
Methods in io.pebbletemplates.pebble.extension.core that return types with arguments of type UnaryOperator -
Uses of UnaryOperator in io.pebbletemplates.pebble.lexer
Constructor parameters in io.pebbletemplates.pebble.lexer with type arguments of type UnaryOperatorModifierConstructorDescriptionLexerImpl(Syntax syntax, Collection<UnaryOperator> unaryOperators, Collection<BinaryOperator> binaryOperators) Constructor -
Uses of UnaryOperator in io.pebbletemplates.pebble.operator
Classes in io.pebbletemplates.pebble.operator that implement UnaryOperator -
Uses of UnaryOperator in io.pebbletemplates.pebble.parser
Constructor parameters in io.pebbletemplates.pebble.parser with type arguments of type UnaryOperatorModifierConstructorDescriptionParserImpl(Map<String, UnaryOperator> unaryOperators, Map<String, BinaryOperator> binaryOperators, Map<String, TokenParser> tokenParsers, ParserOptions parserOptions) Constructor