| BooleanFunction1<A> |
A helper function used to define constraints which involves one parameter.
|
| BooleanFunction2<A,B> |
A helper function used to define constraints which involves two parameters.
|
| BooleanFunction3<A,B,C> |
A helper function used to define constraints which involves three parameters.
|
| BooleanFunction4<A,B,C,D> |
A helper function used to define constraints which involves four parameters.
|
| BooleanFunction5<A,B,C,D,E> |
A helper function used to define constraints which involves five parameters.
|
| BooleanFunction6<A,B,C,D,E,F> |
A helper function used to define constraints which involves six parameters.
|
| ConstraintFunction |
Defines a function to constrain a given number of values.
|