Uses of Class
fr.enedis.chutney.tools.UncheckedException
Packages that use UncheckedException
-
Uses of UncheckedException in fr.enedis.chutney.tools
Methods in fr.enedis.chutney.tools that throw UncheckedExceptionModifier and TypeMethodDescriptionstatic <T> Consumer<T> ThrowingConsumer.toUnchecked(ThrowingConsumer<T> throwingConsumer) ThrowingFunction.toUnchecked(ThrowingFunction<T, R, E> throwingFunction) ThrowingPredicate.toUnchecked(ThrowingPredicate<T, E> throwingFunction) ThrowingSupplier.toUnchecked(ThrowingSupplier<T, E> throwingFunction)