public class MultiplyExpressionExecutorDouble extends Object implements ExpressionExecutor
| Constructor and Description |
|---|
MultiplyExpressionExecutorDouble(ExpressionExecutor leftExpressionExecutor,
ExpressionExecutor rightExpressionExecutor) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(ComplexEvent event) |
io.siddhi.query.api.definition.Attribute.Type |
getReturnType() |
public MultiplyExpressionExecutorDouble(ExpressionExecutor leftExpressionExecutor, ExpressionExecutor rightExpressionExecutor)
public Object execute(ComplexEvent event)
execute in interface ExpressionExecutorpublic io.siddhi.query.api.definition.Attribute.Type getReturnType()
getReturnType in interface ExpressionExecutorCopyright © 2020. All rights reserved.