int-valued type parameters or return types.See: Description
| Interface | Description |
|---|---|
| IntFunction1<R> |
Represents a function that accepts an
int-valued argument and produces a result. |
| ToIntFunction0 |
Represents a function that accepts no arguments and produces an
int-valued result. |
| ToIntFunction1<T1> |
Represents a function that accepts one argument and produces an
int-valued result. |
| ToIntFunction2<T1,T2> |
Represents a function that accepts two arguments and produces an
int-valued result. |
| ToIntFunctionN |
Represents a function that accepts
n arguments and produces an int-valued result. |
| Class | Description |
|---|---|
| ToIntFunctionN.Instance |
An instance of
ToIntFunctionN which properly defines the
arity of that particular function. |
int-valued type parameters or return types.