Interface Equality_<T>


  • public interface Equality_<T>
    This is an alternative to Object.equals(Object). It has the benefit of being typed. Every instance implementing this method should have consistent #equalCOntents and . Here, no fish will be forced to fly and no bird will be forced to swim. - Motto of an Ottoman school?
    • Method Detail

      • equalContents

        <A extends T> boolean equalContents​(A arg)