package restservices.util; public interface Function<T> { T apply() throws Exception; }