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