T
public static class Transforms.Log<T> extends Object implements org.qi4j.functional.Function<T,T>
Transforms.Log(Logger logger, String format)
map(T item)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Transforms.Log(Logger logger, String format)
public T map(T item)
map
org.qi4j.functional.Function<T,T>