提交 82d57cd7 编写于 作者: B Benjamin Winterberg

Update README.md

上级 6afcb082
......@@ -111,7 +111,7 @@ For one line method bodies you can skip both the braces `{}` and the `return` ke
names.sort((a, b) -> b.compareTo(a));
```
The java compiler is aware of the parameter types so you can skip them as well. Let's dive deeper into how lambda expressions can be used in the wild.
List now has a `sort` method. Alsot he java compiler is aware of the parameter types so you can skip them as well. Let's dive deeper into how lambda expressions can be used in the wild.
## Functional Interfaces
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册