-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
9
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.