Uses of Interface
io.hotmoka.exceptions.functions.ConsumerWithExceptions
Packages that use ConsumerWithExceptions
-
Uses of ConsumerWithExceptions in io.hotmoka.exceptions
Methods in io.hotmoka.exceptions with parameters of type ConsumerWithExceptionsModifier and TypeMethodDescriptionstatic <T> Consumer<T> UncheckConsumer.uncheck(ConsumerWithExceptions<? super T> wrapped) Transforms a consumer with exceptions into a consumer without checked exceptions.