public class AndHelper extends ConditionalHelper
{{#and value1 value2 ... }}
all values not empty
{{else}}
some or all values empty
{{/and}}
| Constructor and Description |
|---|
AndHelper() |
| 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.