| Function3 |
Represents a function that accepts three arguments and produces a result.
|
| Function4 |
Represents a function that accepts four arguments and produces a result.
|
| Function5 |
Represents a function that accepts five arguments and produces a result.
|
| Function6 |
Represents a function that accepts six arguments and produces a result.
|
| Predicate3 |
Represents a predicate (boolean-valued function) of three arguments.
|
| Predicate4 |
Represents a predicate (boolean-valued function) of four arguments.
|
| Predicate5 |
Represents a predicate (boolean-valued function) of five arguments.
|
| Predicate6 |
Represents a predicate (boolean-valued function) of five arguments.
|