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