@FunctionalInterface public interface IntBiPredicate
boolean
test(int left, int right)
boolean test(int left, int right)
see also the complete user documentation .