Uses of Interface
fr.enedis.chutney.tools.ThrowingConsumer
Packages that use ThrowingConsumer
-
Uses of ThrowingConsumer in fr.enedis.chutney.tools
Methods in fr.enedis.chutney.tools with parameters of type ThrowingConsumerModifier and TypeMethodDescriptionstatic <T> Consumer<T> ThrowingConsumer.silence(ThrowingConsumer<T> throwingConsumer, Consumer<Exception> exceptionHandler) static <T> Consumer<T> ThrowingConsumer.toUnchecked(ThrowingConsumer<T> throwingConsumer)