Interface BiPredicate<T,U>
-
public interface BiPredicate<T,U>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(T t, U u)
-
public interface BiPredicate<T,U>
Modifier and Type | Method | Description |
---|---|---|
boolean |
test(T t,
U u) |