Interface FunctionType<C,T,R>

Type Parameters:
C - the connection type
T - the function argument type
R - the function result type

public interface FunctionType<C,T,R>
  • Method Details

    • name

      String name()
      Returns:
      the function name
    • functionType

      static <C, T, R> FunctionType<C,T,R> functionType(String name)
      Creates a FunctionType with the given name and types.
      Type Parameters:
      C - the connection type
      T - the function argument type
      R - the function result type
      Parameters:
      name - the name
      Returns:
      a new FunctionType