Interface TemplateFunction

All Superinterfaces:
Function<String,String>
All Known Implementing Classes:
BundleFunctions.PreTranslateFunc, TranslateBundleFunction

public interface TemplateFunction extends Function<String,String>
Use this function if you to implement additional functions/lambdas (eg. `{{#func1}}`) and want mustache.java to reparse their results again.