public class LessEqualHelper<T extends Comparable<T>> extends CompareHelper<T>
{{#le value1 value2}}
smaller or equal
{{else}}
greater
{{/le}}
| Constructor and Description |
|---|
LessEqualHelper() |
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(T firstParam,
com.github.jknack.handlebars.Options options) |
String |
getName() |
applypublic String getName()
public Object apply(T firstParam, com.github.jknack.handlebars.Options options) throws IOException
IOExceptionCopyright © 2018. All rights reserved.