We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa0457 commit e929c8bCopy full SHA for e929c8b
Java相关/What's New in JDK8/Lambda表达式.md
@@ -60,5 +60,3 @@ public interface Runnable {
60
- ```Predicate<T> {boolean test(T t);}``` 判断,接受一个T对象,返回一个布尔值。
61
- ```Supplier<T> {T get();} 提供者(工厂)``` 返回一个T对象。
62
- 其他的跟上面的相似,大家可以看一下function包下的具体接口。
63
-
64
-## 4.[方法引用]()
0 commit comments