@FunctionalInterface public static interface ThrowingEx.Supplier<T>
A supplier that can throw any exception.
T
get()
T get() throws java.lang.Throwable
java.lang.Throwable