Uses of Class
step.functions.type.AbstractFunctionType
-
Packages that use AbstractFunctionType Package Description step.functions.type -
-
Uses of AbstractFunctionType in step.functions.type
Methods in step.functions.type that return AbstractFunctionType Modifier and Type Method Description AbstractFunctionType<step.functions.Function>FunctionTypeRegistry. getFunctionType(java.lang.String functionType)AbstractFunctionType<step.functions.Function>FunctionTypeRegistry. getFunctionTypeByFunction(step.functions.Function function)Methods in step.functions.type with parameters of type AbstractFunctionType Modifier and Type Method Description voidFunctionTypeRegistry. registerFunctionType(AbstractFunctionType<? extends step.functions.Function> functionType)
-