public interface FunctionTypeRegistry
Modifier and Type | Method and Description |
---|---|
AbstractFunctionType<Function> |
getFunctionType(String functionType) |
AbstractFunctionType<Function> |
getFunctionTypeByFunction(Function function) |
void |
registerFunctionType(AbstractFunctionType<? extends Function> functionType) |
AbstractFunctionType<Function> getFunctionType(String functionType)
AbstractFunctionType<Function> getFunctionTypeByFunction(Function function)
void registerFunctionType(AbstractFunctionType<? extends Function> functionType)
Copyright © 2020. All rights reserved.