uk.co.jezuk.mango
Interface BinaryPredicate<T1,T2>


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

Author:
Jez Higgins, jez@jezuk.co.uk

Method Summary
 boolean test(T1 x, T2 y)
           
 

Method Detail

test

boolean test(T1 x,
             T2 y)


Copyright © 2002-2010 JezUK Ltd.