Class And
java.lang.Object
org.mule.runtime.extension.api.dsql.Expression
org.mule.runtime.extension.internal.expression.BinaryLogicalExpression
org.mule.runtime.extension.internal.expression.And
Expression that represents the AND logical condition
- Since:
- 1.0
-
Field Summary
Fields inherited from class org.mule.runtime.extension.internal.expression.BinaryLogicalExpression
left, right -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mule.runtime.extension.internal.expression.BinaryLogicalExpression
getLeft, getRightMethods inherited from class org.mule.runtime.extension.api.dsql.Expression
isEmpty
-
Constructor Details
-
And
-
-
Method Details
-
accept
- Specified by:
acceptin classExpression
-