com.meliorbis.numerics.generic.MultiValuedNaryOp Maven / Gradle / Ivy
/**
*
*/
package com.meliorbis.numerics.generic;
/**
* An operation with n inputs and multiple outputs
*
* @author Tobias Grasl
*
* @param The input type of the operation, and T[] will be its output type
* @param The exception thrown by the operation
*/
@FunctionalInterface
public interface MultiValuedNaryOp extends NaryOp
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy