- Removed unnecessary braces -> Had to remove this change due to checkStyle failures
- Javadoc grammatical fix
- Use UnaryOperator instead of Function
- Remove redundant default constant in annotation
Comment From: philwebb
Thanks! The lambda style is intentional because we like the consistency between single and multiple argument versions. E.g. (foo) -> baz, (foo, bar) -> baz.
Comment From: philwebb
I wasn't too keen on the Javadoc grammatical fix either I'm afraid but the Function to UnaryOperator change is a nice change so I've merged that. Thanks for contributing @abdullah-jaffer!