Uses of Interface
io.hotmoka.exceptions.functions.ConsumerWithExceptions2
Packages that use ConsumerWithExceptions2
-
Uses of ConsumerWithExceptions2 in io.hotmoka.exceptions
Methods in io.hotmoka.exceptions with parameters of type ConsumerWithExceptions2Modifier and TypeMethodDescriptionUncheckConsumer.uncheck(Class<E1> exception1, Class<E2> exception2, ConsumerWithExceptions2<? super T, E1, E2> wrapped) Transforms a consumer with exceptions into a consumer without checked exceptions.