Class MinFunction
java.lang.Object
io.pebbletemplates.pebble.extension.core.MinFunction
- All Implemented Interfaces:
Function
,NamedArguments
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(Map<String, Object> args, PebbleTemplate self, EvaluationContext context, int lineNumber)
-
Constructor Details
-
MinFunction
public MinFunction()
-
-
Method Details
-
getArgumentNames
- Specified by:
getArgumentNames
in interfaceNamedArguments
-
execute
public Object execute(Map<String, Object> args, PebbleTemplate self, EvaluationContext context, int lineNumber)
-