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