T
- is the type that is supplied by the function.E
- is the exception type that's thrown.@FunctionalInterface public static interface Functional.SupplierThrows<T,E extends Exception>
Modifier and Type | Method and Description |
---|---|
T |
get() |
Copyright © 2018. All rights reserved.