public interface IPredicateWithException<T,X extends java.lang.Exception>
Predicate
boolean
test(T t)
boolean test(T t) throws X extends java.lang.Exception
t
true
false
X extends java.lang.Exception