Uses of Interface
com.chutneytesting.tools.ThrowingPredicate
-
Packages that use ThrowingPredicate Package Description com.chutneytesting.tools -
-
Uses of ThrowingPredicate in com.chutneytesting.tools
Methods in com.chutneytesting.tools with parameters of type ThrowingPredicate Modifier and Type Method Description static <T,E extends Exception>
Predicate<T>ThrowingPredicate. silence(ThrowingPredicate<T,E> throwingFunction, Function<Exception,Boolean> exceptionHandler)static <T,E extends Exception>
Predicate<T>ThrowingPredicate. toUnchecked(ThrowingPredicate<T,E> throwingFunction)
-