Uses of Interface
io.hotmoka.exceptions.functions.SupplierWithExceptions1
Packages that use SupplierWithExceptions1
-
Uses of SupplierWithExceptions1 in io.hotmoka.exceptions
Methods in io.hotmoka.exceptions with parameters of type SupplierWithExceptions1Modifier and TypeMethodDescriptionUncheckSupplier.uncheck(Class<E> exception, SupplierWithExceptions1<? extends T, E> wrapped) Transforms a supplier with exceptions into a supplier without checked exceptions.