public static <T> UnaryOperator<T> identity ()

Returns a unary operator that always returns its input argument.

Parameters:
<T>    the type of the input and output of the operator

Returns:  a unary operator that always returns its input argument