Skip to content

Commit 4444b87

Browse files
committed
modify jdk8
1 parent 2e1fa9f commit 4444b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-09-06-JDK8.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ JDK 1.8 新特性
5555
} );
5656
{% endhighlight %}
5757

58-
Lambda 表达式实现远离
58+
Lambda 表达式实现原理
5959

6060
`函数接口 :` 函数接口指的是只有一个函数的接口,这样的接口可以`隐式转换为Lambda表达式`.
6161
@FunctionalInterface 注解可用来显式说明某个接口是函数式接口(`默认方法和静态方法不会破坏函数式接口的定义`)

0 commit comments

Comments
 (0)