T
@FunctionalInterface public interface ThrowingSupplier<T> extends Supplier<T>
Supplier
doGet()
default T
get()
T doGet() throws Throwable
Throwable
default T get()
get
Supplier<T>