@FunctionalInterface public static interface CollectionUtils.SupplierWithException<T,E extends java.lang.Exception>
Supplier
, except it allows throwing a
checked exception.Modifier and Type | Method and Description |
---|---|
T |
get()
Returns the supplied value.
|