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