Module io.hotmoka.exceptions
Package io.hotmoka.exceptions.functions
Interface SupplierWithExceptions7<T,E1 extends Throwable,E2 extends Throwable,E3 extends Throwable,E4 extends Throwable,E5 extends Throwable,E6 extends Throwable,E7 extends Throwable>
- Type Parameters:
T- the type of the supplied valueE1- the first type of exceptionsE2- the second type of exceptionsE3- the third type of exceptionsE4- the fourth type of exceptionsE5- the fifth type of exceptionsE6- the sixth type of exceptionsE7- the seventh type of exceptions
public interface SupplierWithExceptions7<T,E1 extends Throwable,E2 extends Throwable,E3 extends Throwable,E4 extends Throwable,E5 extends Throwable,E6 extends Throwable,E7 extends Throwable>
A supplier that might throw exceptions.
-
Method Summary
-
Method Details
-
get
Supplies a value.- Returns:
- the supplied value
- Throws:
E1- a first type of exceptions thrown by the supplierE2- a second type of exceptions thrown by the supplierE3- a third type of exceptions thrown by the supplierE4- a fourth type of exceptions thrown by the supplierE5- a fifth type of exceptions thrown by the supplierE6- a sixth type of exceptions thrown by the supplierE7- a seventh type of exceptions thrown by the supplier
-