Uses of Class
com.chutneytesting.tools.UncheckedException
Packages that use UncheckedException
-
Uses of UncheckedException in com.chutneytesting.tools
Methods in com.chutneytesting.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)