|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BinaryPredicate<T1,T2>
A BinaryPredicate is some function taking two arguments -
fn(x, y) and returning the result of some test.
It returns true if the conditions of the test are satisfied,
false otherwise
| Method Summary | |
|---|---|
boolean |
test(T1 x,
T2 y)
|
| Method Detail |
|---|
boolean test(T1 x,
T2 y)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||