net.sf.jga.fn
public abstract class AbstractBinaryPredicate<T1,T2> extends AbstractBinaryFunctor<T1,T2,Boolean> implements BinaryPredicate<T1,T2>
Method Summary | |
---|---|
Boolean | fn(T1 x, T2 y)
Returns the result of p(x,y) as a Boolean. |
p(x,y)
as a Boolean.UNKNOWN: the result of p(x,y)
as a Boolean.