Interface CheckedSupplier<T>
- Type Parameters:
T- the supplier return type
- All Superinterfaces:
Supplier<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A supplier interface that automatically wraps any exceptions.
- Author:
- Ramsey Gurley
-
Method Summary