public class LessThanHelper<T extends Comparable<T>> extends CompareHelper<T>
{{#lt value1 value2}}
less
{{else}}
greater or equal
{{/lt}}
| Constructor and Description |
|---|
LessThanHelper() |
| 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.