| Class | Description |
|---|---|
| AllOf<T> |
A
Predicate which is satisfied if all of a given number of predicates are satisfied. |
| AnyOf<T> |
A
Predicate which is satisfied if any of a given number of predicates are satisfied. |
| LeftWith<Left,Right> | |
| NoneOf<T> |
A
Predicate which matches if none of another sequence of predicates matches. |
| Not<T> | |
| PairWith<Left,Right> | |
| RightWith<Left,Right> | |
| SingleWith<V,T extends Single<V>> |