com.meliorbis.numerics.generic.impl.Reduction Maven / Gradle / Ivy
package com.meliorbis.numerics.generic.impl;
import com.meliorbis.numerics.generic.SettableIterator;
/**
* Implementing classes process an iterator and return a value, thereby
* reducing the values the iterator provides
*
* @author Tobias Grasl
*
* @param The type iterated over and returned
* @param The Exception that may be thrown by the operation
*/
public interface Reduction extends ReductionBase, E>
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy