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