Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
59ab20811fb05aefbad052d1280a12ea70626569
/
.
/
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
.