未验证 提交 e929c8ba 编写于 作者: H haiqiang 提交者: GitHub

Update Lambda表达式.md

上级 2fa0457b
......@@ -60,5 +60,3 @@ public interface Runnable {
- ```Predicate<T> {boolean test(T t);}``` 判断,接受一个T对象,返回一个布尔值。
- ```Supplier<T> {T get();} 提供者(工厂)``` 返回一个T对象。
- 其他的跟上面的相似,大家可以看一下function包下的具体接口。
## 4.[方法引用]()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册