| Interface | Description |
|---|---|
| Predicate1<T> |
Represents a predicate (boolean-valued function) of one argument.
|
| Predicate2<T1,T2> |
Represents a predicate (boolean-valued function) of two arguments.
|
| Predicate3<T1,T2,T3> |
Represents a predicate (boolean-valued function) of three arguments.
|
| Predicate4<T1,T2,T3,T4> |
Represents a predicate (boolean-valued function) of four arguments.
|
| Predicate5<T1,T2,T3,T4,T5> |
Represents a predicate (boolean-valued function) of five arguments.
|
| Predicate6<T1,T2,T3,T4,T5,T6> |
Represents a predicate (boolean-valued function) of six arguments.
|