public class AvgFunction
extends org.kie.dmn.feel.runtime.functions.BaseFEELFunction
| Constructor and Description |
|---|
AvgFunction() |
| Modifier and Type | Method and Description |
|---|---|
org.kie.dmn.feel.runtime.functions.FEELFnResult<BigDecimal> |
invoke(List list) |
org.kie.dmn.feel.runtime.functions.FEELFnResult<BigDecimal> |
invoke(Number single) |
org.kie.dmn.feel.runtime.functions.FEELFnResult<BigDecimal> |
invoke(Object[] list) |
public org.kie.dmn.feel.runtime.functions.FEELFnResult<BigDecimal> invoke(List list)
public org.kie.dmn.feel.runtime.functions.FEELFnResult<BigDecimal> invoke(Number single)
public org.kie.dmn.feel.runtime.functions.FEELFnResult<BigDecimal> invoke(Object[] list)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.