debox icon indicating copy to clipboard operation
debox copied to clipboard

Custom hashcode strategy

Open velvia opened this issue 6 years ago • 0 comments

It is mentioned in the README that there is a ## operator for compute hashCode for the Map.

  1. How does this interoperate with the default hashCode method?
  2. If I wanted to override hashCode computation, for example for value classes which are just primitives underneath the hood, how do I do that?

velvia avatar Apr 27 '18 07:04 velvia