public class AndConditionExpressionExecutor extends ConditionExpressionExecutor
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionExecutor |
leftConditionExecutor |
protected ExpressionExecutor |
rightConditionExecutor |
| Constructor and Description |
|---|
AndConditionExpressionExecutor(ExpressionExecutor leftConditionExecutor,
ExpressionExecutor rightConditionExecutor) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionExecutor |
cloneExecutor(String key) |
Boolean |
execute(ComplexEvent event) |
getReturnTypeprotected ExpressionExecutor leftConditionExecutor
protected ExpressionExecutor rightConditionExecutor
public AndConditionExpressionExecutor(ExpressionExecutor leftConditionExecutor, ExpressionExecutor rightConditionExecutor)
public Boolean execute(ComplexEvent event)
execute in interface ExpressionExecutorexecute in class ConditionExpressionExecutorpublic ExpressionExecutor cloneExecutor(String key)
Copyright © 2018 WSO2. All rights reserved.