Interface BiPredicate<T,U>
-
- All Known Subinterfaces:
CountMatchingMode
public interface BiPredicate<T,U>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(T first, U second)
-
CountMatchingModepublic interface BiPredicate<T,U>
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
test(T first,
U second) |