| Class | Description |
|---|---|
| AnyOf<E> |
A
Filter that evaluates to true if the tested elements are in a given list of elements. |
| Distinct<E> |
A
Filter that evaluates to true exactly once per element. |
| NoneOf<E> |
A
Filter that evaluates to true if the tested elements are not in a given list of elements. |
| NonNull<T> |
A
Filter that fails for all null elements. |
| Skip<E> |
A
Filter that fails for a specific number of elements and evaluates to true for all following
elements. |