Uses of Interface
io.pebbletemplates.pebble.extension.Function
Packages that use Function
Package
Description
-
Uses of Function in io.pebbletemplates.pebble.extension
Fields in io.pebbletemplates.pebble.extension with type parameters of type FunctionModifier and TypeFieldDescriptionExtensionRegistry.functions
Functions used during the evaluation phase.Methods in io.pebbletemplates.pebble.extension that return FunctionMethods in io.pebbletemplates.pebble.extension that return types with arguments of type FunctionModifier and TypeMethodDescriptionAbstractExtension.getFunctions()
Extension.getFunctions()
Use this method to provide custom functions.ExtensionCustomizer.getFunctions()
-
Uses of Function in io.pebbletemplates.pebble.extension.core
Classes in io.pebbletemplates.pebble.extension.core that implement FunctionModifier and TypeClassDescriptionclass
class
class
Range function to iterate over long or a string with a length of 1.Methods in io.pebbletemplates.pebble.extension.core that return types with arguments of type Function -
Uses of Function in io.pebbletemplates.pebble.extension.i18n
Classes in io.pebbletemplates.pebble.extension.i18n that implement FunctionMethods in io.pebbletemplates.pebble.extension.i18n that return types with arguments of type Function -
Uses of Function in io.pebbletemplates.pebble.node.expression
Methods in io.pebbletemplates.pebble.node.expression with parameters of type FunctionModifier and TypeMethodDescriptionprivate Object
FunctionOrMacroInvocationExpression.applyFunction
(PebbleTemplateImpl self, EvaluationContextImpl context, Function function, ArgumentsNode args)