E - The type of elements in the collection operated upon.public interface Reducer<E> extends Consumer<Collection<E>>, Supplier<E>
An operator upon multiple elements of a collection yielding a result of that collection type.
ReducersCopyright © 2005-2013 Javolution. All Rights Reserved.