com.meliorbis.numerics.generic.MappableReducible Maven / Gradle / Ivy
package com.meliorbis.numerics.generic;
/**
* Interface that combines IMappable and IReducible
*
* @author Tobias Grasl
*/
public interface MappableReducible, RR>
extends MappableWithSimpleOps, ReducibleWithSimpleOps
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy