Uses of Interface
io.hotmoka.exceptions.functions.FunctionWithExceptions
Packages that use FunctionWithExceptions
-
Uses of FunctionWithExceptions in io.hotmoka.exceptions
Methods in io.hotmoka.exceptions with parameters of type FunctionWithExceptionsModifier and TypeMethodDescriptionstatic <T,R> Function <T, R> UncheckFunction.uncheck(FunctionWithExceptions<? super T, ? extends R> wrapped) Transforms a function with exceptions into a function without checked exceptions.