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

Rename BinaryMaskOperator -> MaskBinaryOperator #42

Open
ctrueden opened this issue Nov 2, 2018 · 0 comments
Open

Rename BinaryMaskOperator -> MaskBinaryOperator #42

ctrueden opened this issue Nov 2, 2018 · 0 comments

Comments

@ctrueden
Copy link
Member

ctrueden commented Nov 2, 2018

The class java.util.function.IntBinaryOperator is a conceptual specialization of java.util.function.BinaryOperator that operates on two int primitives and returns an int primitive. To stay consistent with this naming, we should call the BinaryOperator specialization that works on Masks a MaskBinaryOperator, rather than BinaryMaskOperator which is like a split infinitive.

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