例如,Function<T, T> 类型的表达式 x -> x 可以替换为 Function.identity() 调用。
Function<T, T>
x -> x
Function.identity()
2017.1 的新功能