Package org.elasticsearch.test
Interface EqualsHashCodeTestUtils.MutateFunction<T>
-
- Enclosing class:
- EqualsHashCodeTestUtils
public static interface EqualsHashCodeTestUtils.MutateFunction<T>
A function that creates a copy of its input argument that is different from its input in exactly one aspect (e.g. one parameter of a class instance should change)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
mutate(T t)
-