public class Function extends Object
Function(String name, List<Type> inputParameters, List<TypeReference<?>> outputParameters)
List<Type>
getInputParameters()
String
getName()
List<TypeReference<Type>>
getOutputParameters()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Function(String name, List<Type> inputParameters, List<TypeReference<?>> outputParameters)
public String getName()
public List<Type> getInputParameters()
public List<TypeReference<Type>> getOutputParameters()
Copyright © 2025. All rights reserved.