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