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