T
public final class Identity<T> extends java.lang.Object implements UnaryOperator<T>
Identity()
apply(T v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Identity()
public T apply(T v)
apply
Function<T,T>
v