Class FunctionsApply

java.lang.Object
ai.djl.serving.workflow.function.WorkflowFunction
ai.djl.serving.workflow.function.FunctionsApply
All Implemented Interfaces:
AutoCloseable

public class FunctionsApply extends WorkflowFunction
Workflow function "functionsApply" accepts a list of functions and an input and applies each function to the input.

It returns a list of the results of applying each function to the input.