You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Immutable's implementation of these methods involves its ValueObject interface. ValueObjects define equals and hashCode. Sequins doesn't have hash codes since they don't make sense on mutable objects, however they are still a useful optimization for rapid comparison of structures which are agnostic to whether mutable or immutable collections are encountered.
The text was updated successfully, but these errors were encountered:
Immutable's implementation of these methods involves its ValueObject interface. ValueObjects define
equals
andhashCode
. Sequins doesn't have hash codes since they don't make sense on mutable objects, however they are still a useful optimization for rapid comparison of structures which are agnostic to whether mutable or immutable collections are encountered.The text was updated successfully, but these errors were encountered: