Module io.hotmoka.exceptions
Package io.hotmoka.exceptions.functions
Interface SupplierWithExceptions<T>
- Type Parameters:
T- the type of the supplied value
public interface SupplierWithExceptions<T>
A supplier that might throw exceptions.
-
Method Summary
-
Method Details
-
get
Supplies a value.- Returns:
- the supplied value
- Throws:
Throwable- any exception thrown by the supplier
-