public class ConditionalAndExpression extends CompositeExpression<Object,Boolean>
Expression that combines the result
of two other boolean expressions with a logical AND.symbol, terms| Constructor and Description |
|---|
ConditionalAndExpression(String symbol,
Expression<Object>... terms) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
evaluate(org.databene.commons.Context context) |
addTerm, getSourceExpressions, getTerms, isConstant, toStringpublic ConditionalAndExpression(String symbol, Expression<Object>... terms)
public Boolean evaluate(org.databene.commons.Context context)
Copyright © 2011–2014 Volker Bergmann. All rights reserved.