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

java.lang.Object
  extended by net.sf.jga.fn.Functor<R>
      extended by net.sf.jga.fn.BinaryFunctor<T,T,java.lang.Boolean>
          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 BinaryFunctor<T,T,java.lang.Boolean>

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.BinaryFunctor
bind, bind0th, bind1st, bind2nd, bindNth, compose, compose, composeNth, distribute, eval, fn, generate, generate1st, generate2nd, generateNth
 
Methods inherited from class net.sf.jga.fn.Functor
accept, composeNth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jga.fn.Visitable
accept
 

Constructor Detail

Equality

public Equality()


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