long-valued type parameters or return types.See: Description
| Interface | Description |
|---|---|
| LongFunction1<R> |
Represents a function that accepts a
long-valued argument and produces a result. |
| ToLongFunction0 |
Represents a function that accepts no arguments and produces a
long-valued result. |
| ToLongFunction1<T1> |
Represents a function that accepts one argument and produces a
long-valued result. |
| ToLongFunction2<T1,T2> |
Represents a function that accepts two arguments and produces a
long-valued result. |
| ToLongFunctionN |
Represents a function that accepts
n arguments and produces a long-valued result. |
| Class | Description |
|---|---|
| ToLongFunctionN.Instance |
An instance of
ToLongFunctionN which properly defines the
arity of that particular function. |
long-valued type parameters or return types.