Interface EqualsHashCodeTestUtils.CopyFunction<T>

Enclosing class:
EqualsHashCodeTestUtils

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

    Modifier and Type Method Description
    T copy​(T t)  
  • Method Details

    • copy

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