public class GreaterThanEqualsExpression extends BinaryExpression<Boolean>
| Constructor and Description |
|---|
GreaterThanEqualsExpression() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
evaluate(PebbleTemplateImpl self,
EvaluationContext context) |
accept, getLeftExpression, getRightExpression, setLeft, setRightpublic Boolean evaluate(PebbleTemplateImpl self, EvaluationContext context) throws PebbleException
PebbleExceptionCopyright © 2015. All rights reserved.