| net.sf.jga.fn.BinaryPredicate
BinaryPredicate | abstract public class BinaryPredicate extends BinaryFunctor (Code) | | A Predicate that takes two arguments and returns a boolean result. The two
arguments are of type T1 and T2
Copyright © 2002-2005 David A. Hall
author: David A. Hall |
Method Summary | |
public boolean | p(T1 arg1, T2 arg2) Evaluates the predicate and returns true or false. |
p | public boolean p(T1 arg1, T2 arg2)(Code) | | Evaluates the predicate and returns true or false.
|
|
|