![JAR search and dependency download from the Maven repository](/logo.png)
com.jillesvangurp.iterables.Reducer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iterables-support Show documentation
Show all versions of iterables-support Show documentation
Misc classes to make processing utf-8 content with iterators a bit less painful.
The newest version!
package com.jillesvangurp.iterables;
public interface Reducer {
public T reduce(T input);
public T reduce(T cumulative, T input);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy