Uses of Class
com.chutneytesting.tools.UncheckedException
-
Packages that use UncheckedException Package Description com.chutneytesting.tools -
-
Uses of UncheckedException in com.chutneytesting.tools
Methods in com.chutneytesting.tools that throw UncheckedException Modifier and Type Method Description static <T> Consumer<T>ThrowingConsumer. toUnchecked(ThrowingConsumer<T> throwingConsumer)static <T,R,E extends Exception>
Function<T,R>ThrowingFunction. toUnchecked(ThrowingFunction<T,R,E> throwingFunction)static <T,E extends Exception>
Predicate<T>ThrowingPredicate. toUnchecked(ThrowingPredicate<T,E> throwingFunction)static <T,E extends Exception>
Supplier<T>ThrowingSupplier. toUnchecked(ThrowingSupplier<T,E> throwingFunction)
-