Class AbstractKotlinCodegen.CustomLambda

  • All Implemented Interfaces:
    com.samskivert.mustache.Mustache.Lambda
    Enclosing class:
    AbstractKotlinCodegen

    protected abstract static class AbstractKotlinCodegen.CustomLambda
    extends Object
    implements com.samskivert.mustache.Mustache.Lambda
    • Constructor Detail

      • CustomLambda

        protected CustomLambda()
    • Method Detail

      • execute

        public void execute​(com.samskivert.mustache.Template.Fragment frag,
                            Writer out)
                     throws IOException
        Specified by:
        execute in interface com.samskivert.mustache.Mustache.Lambda
        Throws:
        IOException
      • formatFragment

        public abstract String formatFragment​(String fragment)