Interface Mustache.Lambda

    • Method Detail

      • execute

        void execute​(Template.Fragment frag,
                     Writer out)
              throws IOException
        Executes this lambda on the supplied template fragment. The lambda should write its results to out.
        Parameters:
        frag - the fragment of the template that was passed to the lambda.
        out - the writer to which the lambda should write its output.
        Throws:
        IOException