T
- the type of supplied ObjectE
- the type of Throwable declared@FunctionalInterface public interface CheckedSupplier<T,E extends Throwable>
Supplier
Supplier
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.