Uses of Interface
io.hotmoka.exceptions.functions.ConsumerWithExceptions5
Packages that use ConsumerWithExceptions5
-
Uses of ConsumerWithExceptions5 in io.hotmoka.exceptions
Methods in io.hotmoka.exceptions with parameters of type ConsumerWithExceptions5Modifier and TypeMethodDescriptionstatic <T,E1 extends Throwable, E2 extends Throwable, E3 extends Throwable, E4 extends Throwable, E5 extends Throwable>
Consumer<T> UncheckConsumer.uncheck(Class<E1> exception1, Class<E2> exception2, Class<E3> exception3, Class<E4> exception4, Class<E5> exception5, ConsumerWithExceptions5<? super T, E1, E2, E3, E4, E5> wrapped) Transforms a consumer with exceptions into a consumer without checked exceptions.