- Type Parameters:
T - the type of results supplied by this supplierE - the type of exception that may be thrown from the function
- All Known Subinterfaces:
- Supplier<T>
public interface ThrowingSupplier<T,E extends Exception>
Represents a supplier of results, that may throw an exception.