Interface Printer<T>

Type Parameters:
T - the type of the object to print
All Superinterfaces:
Function<T,String>

public interface Printer<T> extends Function<T,String>
A Function that converts an object to a String.