Uses of Interface
io.hotmoka.exceptions.functions.ConsumerWithExceptions1
Packages that use ConsumerWithExceptions1
-
Uses of ConsumerWithExceptions1 in io.hotmoka.exceptions
Methods in io.hotmoka.exceptions with parameters of type ConsumerWithExceptions1Modifier and TypeMethodDescriptionUncheckConsumer.uncheck(Class<E> exception, ConsumerWithExceptions1<? super T, E> wrapped) Transforms a consumer with exceptions into a consumer without checked exceptions.