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

maths.functions.IFunction Maven / Gradle / Ivy

The newest version!
package maths.functions;

public interface IFunction {

    OutputType evaluate(InputType input);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy