char-valued type parameters or return types.See: Description
| Interface | Description |
|---|---|
| CharFunction1<R> |
Represents a function that accepts a
char-valued argument and produces a result. |
| ToCharFunction0 |
Represents a function that accepts no arguments and produces a
char-valued result. |
| ToCharFunction1<T1> |
Represents a function that accepts one argument and produces a
char-valued result. |
| ToCharFunction2<T1,T2> |
Represents a function that accepts two arguments and produces a
char-valued result. |
| ToCharFunctionN |
Represents a function that accepts
n arguments and produces a char-valued result. |
| Class | Description |
|---|---|
| ToCharFunctionN.Instance |
An instance of
ToCharFunctionN which properly defines the
arity of that particular function. |
char-valued type parameters or return types.