Interface Result.ExceptionalSupplier<T>
- Type Parameters:
T- the result type supplied by this supplier.
- 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 supplier which can throw any exception when executing.
- Since:
- 1.0
-
Method Summary
-
Method Details
-
get
-