Package org.javers.core.diff.custom
Interface CustomValueToStringTemplate<T>
-
- All Superinterfaces:
CustomValueComparator<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface CustomValueToStringTemplate<T> extends CustomValueComparator<T>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanequals(T a, T b)Called by JaVers to compare two Values.-
Methods inherited from interface org.javers.core.diff.custom.CustomValueComparator
toString
-
-
-
-
Method Detail
-
equals
default boolean equals(T a, T b)
Description copied from interface:CustomValueComparatorCalled by JaVers to compare two Values.- Specified by:
equalsin interfaceCustomValueComparator<T>- Parameters:
a- not nullb- not null
-
-