@FunctionalInterface public interface Predicate<T> extends java.util.function.Predicate<T>
default boolean
test(T t)
boolean
testChecked(T t)
and, isEqual, negate, or
boolean testChecked(T t) throws java.lang.Exception
java.lang.Exception
default boolean test(T t)
test
java.util.function.Predicate<T>