Uses of Interface
io.hotmoka.exceptions.functions.FunctionWithExceptions7
Packages that use FunctionWithExceptions7
-
Uses of FunctionWithExceptions7 in io.hotmoka.exceptions
Methods in io.hotmoka.exceptions with parameters of type FunctionWithExceptions7Modifier and TypeMethodDescriptionstatic <T,R, E1 extends Throwable, E2 extends Throwable, E3 extends Throwable, E4 extends Throwable, E5 extends Throwable, E6 extends Throwable, E7 extends Throwable>
Function<T, R> UncheckFunction.uncheck(Class<E1> exception1, Class<E2> exception2, Class<E3> exception3, Class<E4> exception4, Class<E5> exception5, Class<E6> exception6, Class<E7> exception7, FunctionWithExceptions7<? super T, ? extends R, E1, E2, E3, E4, E5, E6, E7> wrapped) Transforms a function with exceptions into a function without checked exceptions.