Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Sequins.is and equals method #20

Open
conartist6 opened this issue Sep 22, 2018 · 0 comments
Open

Missing Sequins.is and equals method #20

conartist6 opened this issue Sep 22, 2018 · 0 comments

Comments

@conartist6
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant