Interface TemplateFunction

  • All Superinterfaces:
    java.util.function.Function<java.lang.String,​java.lang.String>
    All Known Implementing Classes:
    BundleFunctions.PreTranslateFunc, TranslateBundleFunction

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

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose