T1
T2
public interfaceBiPredicate<T1,T2>
boolean
test(T1 t1,T2 t2)
boolean test(@NonNullT1 t1,@NonNullT2 t2) throwsException
t1
t2
Exception