Uses of Interface
io.hotmoka.exceptions.functions.FunctionWithExceptions2
Packages that use FunctionWithExceptions2
-
Uses of FunctionWithExceptions2 in io.hotmoka.exceptions
Methods in io.hotmoka.exceptions with parameters of type FunctionWithExceptions2Modifier and TypeMethodDescriptionUncheckFunction.uncheck(Class<E1> exception1, Class<E2> exception2, FunctionWithExceptions2<? super T, ? extends R, E1, E2> wrapped) Transforms a function with exceptions into a function without checked exceptions.