| Class | Description |
|---|---|
| Any<T> |
A unary predicate yielding true if any of the iterator elements matches the
nested predicate.
|
| Count<E> | |
| Every<T> |
A unary predicate yielding true if every iterator element matches the nested
predicate.
|
| Reductor<R,E> |
A unary delegate reducing the Iterator<E> to R.
|
Copyright © 2013. All Rights Reserved.