Interface Template<T>

All Superinterfaces:
Function<T,String>
All Known Implementing Classes:
Underscore.TemplateImpl

public interface Template<T> extends Function<T,String>