Interface EqualsHashCodeTestUtils.CopyFunction<T>

  • Enclosing class:
    EqualsHashCodeTestUtils

    public static interface EqualsHashCodeTestUtils.CopyFunction<T>
    A function that makes a copy of its input argument
    • Method Detail

      • copy

        T copy​(T t)
        throws java.io.IOException
        Throws:
        java.io.IOException