|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jga.fn.BinaryFunctor<T1,T2,java.lang.Boolean>
net.sf.jga.fn.BinaryPredicate<T1,T2>
public abstract class BinaryPredicate<T1,T2>
A Predicate that takes two arguments and returns a boolean result. The two
arguments are of type T1 and T2
Copyright © 2002 David A. Hall
| Constructor Summary | |
|---|---|
BinaryPredicate()
|
|
| Method Summary | |
|---|---|
boolean |
p(T1 arg1,
T2 arg2)
Evaluates the predicate and returns true or false. |
| Methods inherited from class net.sf.jga.fn.BinaryFunctor |
|---|
accept, bind, bind1st, bind2nd, compose, compose, distribute, fn, generate, generate1st, generate2nd |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryPredicate()
| Method Detail |
|---|
public boolean p(T1 arg1,
T2 arg2)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||