public class OrHelper extends ConditionalHelper
{{#or value1 value2 ... }}
some value not empty
{{else}}
all empty
{{/or}}
| Constructor and Description |
|---|
OrHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
checkCondition(Object firstParam,
com.github.jknack.handlebars.Options options) |
String |
getName() |
applypublic String getName()
protected Boolean checkCondition(Object firstParam, com.github.jknack.handlebars.Options options)
checkCondition in class ConditionalHelperCopyright © 2018. All rights reserved.