public static interface Mustache.InvertibleLambda extends Mustache.Lambda
| Modifier and Type | Method and Description |
|---|---|
void |
executeInverse(Template.Fragment frag,
Writer out)
Executes this lambda on the supplied template fragment, when the lambda is used in an
inverse section.
|
executevoid executeInverse(Template.Fragment frag, Writer out) throws IOException
out.frag - the fragment of the template that was passed to the lambda.out - the writer to which the lambda should write its output.IOExceptionCopyright © 2016. All rights reserved.