-
Type:
Enhancement
-
Resolution: Duplicate
-
Priority:
P4
-
None
-
Affects Version/s: 9
-
Component/s: tools
Lower defines the following nested interface:
interface TreeBuilder {
JCTree build(JCTree arg);
}
This is a functional interface and its uses should be replaced with lambdas.
interface TreeBuilder {
JCTree build(JCTree arg);
}
This is a functional interface and its uses should be replaced with lambdas.
- duplicates
-
JDK-8171370 Convert anonymous inner classes into lambdas/method references
-
- Closed
-