All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jillesvangurp.iterables.Reducer Maven / Gradle / Ivy

Go to download

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