Interface Checked.Supplier<A, E extends Exception>
- Type Parameters:
A- the type of the result of the supplierE- The type of exception potentially thrown
- Enclosing class:
Checked
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a
Checked.Supplier that may throw an exception.- Since:
- 4.4.0
-
Method Summary
-
Method Details
-
get
- Throws:
E
-
attempt
-