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.
|
execute
void 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.IOException
Copyright © 2016. All rights reserved.