Class CurrentEachOutputFunction
java.lang.Object
io.kestra.core.runners.pebble.functions.CurrentEachOutputFunction
- All Implemented Interfaces:
io.pebbletemplates.pebble.extension.Function,io.pebbletemplates.pebble.extension.NamedArguments
public class CurrentEachOutputFunction
extends Object
implements io.pebbletemplates.pebble.extension.Function
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CurrentEachOutputFunction
public CurrentEachOutputFunction()
-
-
Method Details
-
execute
public Object execute(Map<String, Object> args, io.pebbletemplates.pebble.template.PebbleTemplate self, io.pebbletemplates.pebble.template.EvaluationContext context, int lineNumber) - Specified by:
executein interfaceio.pebbletemplates.pebble.extension.Function
-
getArgumentNames
- Specified by:
getArgumentNamesin interfaceio.pebbletemplates.pebble.extension.NamedArguments
-