public class StddevFunction extends BaseFEELFunction
| Modifier and Type | Field and Description |
|---|---|
static StddevFunction |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
FEELFnResult<BigDecimal> |
invoke(List<?> list) |
FEELFnResult<BigDecimal> |
invoke(Object sole) |
FEELFnResult<BigDecimal> |
invoke(Object[] list) |
getName, getParameterNames, getSymbol, invoke, invokeReflectively, isCustomFunction, setNamepublic static final StddevFunction INSTANCE
public FEELFnResult<BigDecimal> invoke(List<?> list)
public FEELFnResult<BigDecimal> invoke(Object sole)
public FEELFnResult<BigDecimal> invoke(Object[] list)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.