uk.co.jezuk.mango
Interface BinaryPredicate
- public interface BinaryPredicate
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
- Version:
- $Id: BinaryPredicate.java 29 2002-04-08 18:23:26Z jez $
- Author:
- Jez Higgins, jez@jezuk.co.uk
|
Method Summary |
boolean |
test(java.lang.Object x,
java.lang.Object y)
|
test
public boolean test(java.lang.Object x,
java.lang.Object y)
Copyright © 2002-2006 JezUK Ltd.