- Type Parameters:
E - the iterator element type
R - the result element type
- All Implemented Interfaces:
- Function<Iterator<E>,R>
public class Reductor<E,R>
extends Object
implements Function<Iterator<E>,R>
A unary function reducing the Iterator<E> to R.
- Author:
- rferranti