Interface Type.Function

All Superinterfaces:
Type
Enclosing interface:
Type

public static interface Type.Function extends Type
A function type.
  • Method Details

    • varargs

      boolean varargs()
      Is this function type a variable-arity?
      Returns:
      true, if this function type is a variable-arity.
    • argumentTypes

      List<Type> argumentTypes()
      The function formal parameter types.
      Returns:
      The function formal parameter types.
    • returnType

      Type returnType()
      The function return type.
      Returns:
      The function return type.