Uses of Interface
io.hotmoka.exceptions.functions.SupplierWithExceptions
Packages that use SupplierWithExceptions
-
Uses of SupplierWithExceptions in io.hotmoka.exceptions
Methods in io.hotmoka.exceptions with parameters of type SupplierWithExceptionsModifier and TypeMethodDescriptionstatic <T> Supplier<T> UncheckSupplier.uncheck(SupplierWithExceptions<? extends T> wrapped) Transforms a supplier with exceptions into a supplier without checked exceptions.