mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-08-14 05:21:42 +08:00
Compare commits
2 Commits
eb674478e3
...
86dbcd6499
Author | SHA1 | Date | |
---|---|---|---|
|
86dbcd6499 | ||
|
73abf01335 |
@ -186,7 +186,7 @@ public class LambdaClass {
|
|||||||
}
|
}
|
||||||
//函数式接口参数
|
//函数式接口参数
|
||||||
static void lambdaInterfaceDemo(LambdaInterface i){
|
static void lambdaInterfaceDemo(LambdaInterface i){
|
||||||
System.out.println(i);
|
i.f();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user