package example; @FunctionalInterface public interface ThrowableSupplier { T get() throws E; }