public static interface EX.BiPredicate<T,U>
boolean
test(T t, U u)
boolean test(T t, U u) throws java.lang.Exception
java.lang.Exception