T
- the type being compared@FunctionalInterface public interface DiffGenerating<T>
Modifier and Type | Method and Description |
---|---|
Diffs |
differencesFrom(T other)
Detect the differences of this instance when compared to the given instance.
|
Diffs differencesFrom(T other)
other
- other instanceIllegalArgumentException
- if other
is nullCopyright © 2022. All rights reserved.