Interface SafeSupplier<T>
- Type Parameters:
T- The type of the value.
public interface SafeSupplier<T>
A functional interface that can be used to get a value, and throw an exception if an error occurs.
-
Method Summary
-
Method Details
-
get
-
T - The type of the value.