package fpeas.function; public interface Function { R run(T t); }