- Type Parameters:
C- the connection typeT- the function argument typeR- the function result type
public interface FunctionType<C,T,R>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <C,T, R> FunctionType<C, T, R> functionType(String name) Creates aFunctionTypewith the given name and types.name()
-
Method Details
-
name
String name()- Returns:
- the function name
-
functionType
Creates aFunctionTypewith the given name and types.- Type Parameters:
C- the connection typeT- the function argument typeR- the function result type- Parameters:
name- the name- Returns:
- a new
FunctionType
-