Skip to content

Commit e929c8b

Browse files
authored
Update Lambda表达式.md
1 parent 2fa0457 commit e929c8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Java相关/What's New in JDK8/Lambda表达式.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,3 @@ public interface Runnable {
6060
- ```Predicate<T> {boolean test(T t);}``` 判断,接受一个T对象,返回一个布尔值。
6161
- ```Supplier<T> {T get();} 提供者(工厂)``` 返回一个T对象。
6262
- 其他的跟上面的相似,大家可以看一下function包下的具体接口。
63-
64-
## 4.[方法引用]()

0 commit comments

Comments
 (0)