public class NNStddevFunction extends BaseFEELFunction
Modifier and Type | Field and Description |
---|---|
static NNStddevFunction |
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, setName
public static final NNStddevFunction INSTANCE
public FEELFnResult<BigDecimal> invoke(List<?> list)
public FEELFnResult<BigDecimal> invoke(Object sole)
public FEELFnResult<BigDecimal> invoke(Object[] list)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.