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

Explain the difference between the three different set methods #27

Open
rossii123 opened this issue May 1, 2017 · 0 comments
Open

Explain the difference between the three different set methods #27

rossii123 opened this issue May 1, 2017 · 0 comments

Comments

@rossii123
Copy link
Contributor

.map(Hare.ID.setTo(5))
.map(e -> Hare.ID.set(e, 5))
.map(e -> Hare.ID.setter().apply(e, 5))
@rossii123 rossii123 changed the title Explain the difference between the three different updating methods Explain the difference between the three different set method May 1, 2017
@rossii123 rossii123 changed the title Explain the difference between the three different set method Explain the difference between the three different set methods May 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant