Skip to content

Refactored the Functional Interface to the Specialized Primitive Functional Interface #589

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

Merged
merged 1 commit into from
Jun 14, 2017

Conversation

Harshrajsinh
Copy link
Contributor

Hello,

I am a graduate student at Oregon State University and as a part of my research and subject CS562 Applied Software Engineering project (Study and Refactoring of Functional Interface in Java), I have done refactoring of the functional interface namely:

BiFunction<Integer,Integer,Integer> --> IntBinaryOperator

My project and research deals with the boxing and unboxing of Wrapper Class and the primitive data-types. I want to know that whether the open source community is ready to accept these micro-optimizing refactoring or not.

Thank you,
Harsh Thakor

@iluwatar iluwatar merged commit bf8bc4d into iluwatar:master Jun 14, 2017
@iluwatar
Copy link
Owner

@Harshrajsinh the change improves readability so no reason why it shouldn't be accepted. Thanks! 👍

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

Successfully merging this pull request may close these issues.

2 participants