boolean-valued type parameters or return types.See: Description
| Interface | Description |
|---|---|
| BooleanFunction1<R> |
Represents a function that accepts a
boolean-valued argument and produces a result. |
| ToBooleanFunction0 |
Represents a function that accepts no arguments and produces a
boolean-valued result. |
| ToBooleanFunction1<T1> |
Represents a function that accepts one argument and produces a
boolean-valued result. |
| ToBooleanFunction2<T1,T2> |
Represents a function that accepts two arguments and produces a
boolean-valued result. |
| ToBooleanFunctionN |
Represents a function that accepts
n arguments and produces a boolean-valued result. |
| Class | Description |
|---|---|
| ToBooleanFunctionN.Instance |
An instance of
ToBooleanFunctionN which properly defines the
arity of that particular function. |
boolean-valued type parameters or return types.