Uses of Class
dev.openfunction.functions.Component
-
-
Uses of Component in dev.openfunction.functions
Methods in dev.openfunction.functions that return types with arguments of type Component Modifier and Type Method Description java.util.Map<java.lang.String,Component>Context. getInputs()getInputs returns the Inputs of function.java.util.Map<java.lang.String,Component>Context. getOutputs()getOutputs returns the Outputs of function.
-