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

org.unlaxer.util.collection.ListReducer Maven / Gradle / Ivy

The newest version!
package org.unlaxer.util.collection;

import java.util.List;

public interface ListReducer {
	public T reduceList(List list);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy