net.sf.jga.fn.comparison
Class Equality<T>

java.lang.Object
  extended by net.sf.jga.fn.BinaryFunctor<T1,T2,java.lang.Boolean>
      extended by net.sf.jga.fn.BinaryPredicate<T,T>
          extended by net.sf.jga.fn.comparison.Equality<T>
All Implemented Interfaces:
java.io.Serializable, Visitable
Direct Known Subclasses:
EqualEqual, EqualTo

public abstract class Equality<T>
extends BinaryPredicate<T,T>

Marker interface for those predicates that provide some sort of a test for equality.

Author:
David A. Hall
See Also:
Serialized Form

Constructor Summary
Equality()
           
 
Method Summary
 
Methods inherited from class net.sf.jga.fn.BinaryPredicate
p
 
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

Equality

public Equality()


Copyright © 2002-2005 David A. Hall. All Rights Reserved.