public class JoinWithCommaLambda extends Object implements com.samskivert.mustache.Mustache.Lambda
additionalProperties.put("joinWithComma", new JoinWithCommaLambda());
Use:
{{#joinWithComma}}{{name}}{{/joinWithComma}}
| Constructor and Description |
|---|
JoinWithCommaLambda() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(com.samskivert.mustache.Template.Fragment fragment,
Writer writer) |
JoinWithCommaLambda |
generator(CodegenConfig generator) |
public JoinWithCommaLambda generator(CodegenConfig generator)
public void execute(com.samskivert.mustache.Template.Fragment fragment,
Writer writer)
throws IOException
execute in interface com.samskivert.mustache.Mustache.LambdaIOExceptionCopyright © 2021. All rights reserved.