Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
b4c55352f99aee460e730bd117fe2bf1234d4d2d
/
.
/
docs
/
bugpattern
/
LambdaFunctionalInterface.md
blob: e4c895efdff4e786578ad357870c8fa8a0ccd90e [
file
] [
view
]
Prefer
specialized functional
interface
types
for
primitives
,
for
example
`IntToLongFunction`
instead of
`Function<Integer, Long>`
,
to avoid boxing
overhead
.