Uses of Class
com.samskivert.mustache.Template.Fragment
-
-
Uses of Template.Fragment in com.samskivert.mustache
Methods in com.samskivert.mustache with parameters of type Template.Fragment Modifier and Type Method Description voidMustache.Lambda. execute(Template.Fragment frag, Writer out)Executes this lambda on the supplied template fragment.voidMustache.InvertibleLambda. executeInverse(Template.Fragment frag, Writer out)Executes this lambda on the supplied template fragment, when the lambda is used in an inverse section.
-