Package org.elasticsearch.test
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
copy(T t)
-