T - the type of supplied ObjectE - the type of Throwable declared@FunctionalInterface public interface CheckedSupplier<T,E extends Throwable>
SupplierSupplier| Modifier and Type | Method and Description |
|---|---|
T |
get()
See
Supplier.get() |
T get() throws E extends Throwable
Supplier.get()Throwable - any throwableCopyright © 2016–2018 earcam. All rights reserved.