net.sf.jga.fn.comparison

Interface Equality<T>

public interface Equality<T> extends BinaryPredicate<T,T>

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

Author: David A. Hall