Uses of Interface
io.hotmoka.exceptions.functions.FunctionWithExceptions1
Packages that use FunctionWithExceptions1
-
Uses of FunctionWithExceptions1 in io.hotmoka.exceptions
Methods in io.hotmoka.exceptions with parameters of type FunctionWithExceptions1Modifier and TypeMethodDescriptionUncheckFunction.uncheck(Class<E> exception, FunctionWithExceptions1<? super T, ? extends R, E> wrapped) Transforms a function with exceptions into a function without checked exceptions.