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