For example, the expression x -> x of the Function<T, T> type can be replaced with the Function.identity() call.
x -> x
Function<T, T>
Function.identity()
New in 2017.1