T
public class IdentityFunction<T> extends java.lang.Object implements MapFunc<T,T>
IdentityFunction()
map(T input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, end, prepare
public IdentityFunction()
public T map(T input)
map
MapFunc<T,T>