たとえば、型が Function<T, T> の式 x -> x は、Function.identity() の呼び出しに置換できます。
Function<T, T>
x -> x
Function.identity()
2017.1 の新機能です