package org.simantics.spreadsheet.solver.formula; import org.simantics.spreadsheet.solver.formula.parser.ast.AstArgList; public interface CellFormulaFunction { T evaluate(CellValueVisitor visitor, AstArgList args); }