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