T - the type of results supplied by this supplierpublic interface UnsafeSupplier<T>
This is a custom supplier for JDK6 support.
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Returns a result.
|
T get() throws java.lang.Throwable
java.lang.Throwable - in case exception occured while retrieving result