Uses of Interface
io.hotmoka.exceptions.functions.SupplierWithExceptions2
Packages that use SupplierWithExceptions2
-
Uses of SupplierWithExceptions2 in io.hotmoka.exceptions
Methods in io.hotmoka.exceptions with parameters of type SupplierWithExceptions2Modifier and TypeMethodDescriptionUncheckSupplier.uncheck(Class<E1> exception1, Class<E2> exception2, SupplierWithExceptions2<? extends T, E1, E2> wrapped) Transforms a supplier with exceptions into a supplier without checked exceptions.