package jetbrains.mps.samples.formulaLanguage.api; /*Generated by MPS */ public interface Function<T> { T compute(Object parm); }