Uses of Interface
io.hotmoka.exceptions.functions.SupplierWithExceptions4
Packages that use SupplierWithExceptions4
-
Uses of SupplierWithExceptions4 in io.hotmoka.exceptions
Methods in io.hotmoka.exceptions with parameters of type SupplierWithExceptions4Modifier and TypeMethodDescriptionstatic <T,E1 extends Throwable, E2 extends Throwable, E3 extends Throwable, E4 extends Throwable>
Supplier<T> UncheckSupplier.uncheck(Class<E1> exception1, Class<E2> exception2, Class<E3> exception3, Class<E4> exception4, SupplierWithExceptions4<? extends T, E1, E2, E3, E4> wrapped) Transforms a supplier with exceptions into a supplier without checked exceptions.