Interface BinaryPredicate<X,Y>
-
public interface BinaryPredicate<X,Y>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(X a, Y b)
-
public interface BinaryPredicate<X,Y>
Modifier and Type | Method | Description |
---|---|---|
boolean |
test(X a,
Y b) |