T - the type of results supplied by this supplierpublic interface CheckedSupplier<T>
Supplier| Modifier and Type | Method and Description |
|---|---|
T |
get()
Gets a result.
|
T get() throws java.lang.Exception
java.lang.Exception - if any exception occurs