Package step.functions.type
Interface FunctionTypeRegistry
- All Known Implementing Classes:
FunctionTypeRegistryImpl
public interface FunctionTypeRegistry
-
Method Summary
Modifier and TypeMethodDescriptiongetFunctionType(String functionType) getFunctionTypeByFunction(Function function) voidregisterFunctionType(AbstractFunctionType<? extends Function> functionType)
-
Method Details
-
getFunctionType
-
getFunctionTypeByFunction
-
registerFunctionType
-