T
@FunctionalInterface public interface ThrowingPredicate<T> extends Predicate<T>
Predicate
boolean
doTest(T t)
default boolean
test(T t)
and, isEqual, negate, or
boolean doTest(T t) throws Throwable
Throwable
default boolean test(T t)
test
Predicate<T>