2 parents 40bc9bb + 86dbcd6 commit 8379c0bCopy full SHA for 8379c0b
1 file changed
docs/java/new-features/java8-common-new-features.md
@@ -186,7 +186,7 @@ public class LambdaClass {
186
}
187
//函数式接口参数
188
static void lambdaInterfaceDemo(LambdaInterface i){
189
- System.out.println(i);
+ i.f();
190
191
192
```
0 commit comments