debox
debox copied to clipboard
Custom hashcode strategy
It is mentioned in the README that there is a ##
operator for compute hashCode for the Map
.
- How does this interoperate with the default hashCode method?
- If I wanted to override hashCode computation, for example for value classes which are just primitives underneath the hood, how do I do that?