Class AbstractScalaCodegen.CustomLambda

    • 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)