All Downloads are FREE. Search and download functionalities are using the official Maven repository.

errorprone.bugpattern.LambdaFunctionalInterface.md Maven / Gradle / Ivy

The newest version!
Prefer specialized functional interface types for primitives, for example
`IntToLongFunction` instead of `Function`, to avoid boxing
overhead.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy