first commit
This commit is contained in:
10
java/expression/generic/GenericExpr.java
Normal file
10
java/expression/generic/GenericExpr.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package expression.generic;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author Doschennikov Nikita (me@fymio.us)
|
||||
*/
|
||||
public interface GenericExpr<T> {
|
||||
T evaluate(ArithmeticType<T> type, List<T> vars);
|
||||
}
|
||||
Reference in New Issue
Block a user