public class AbsFunction extends BaseFEELFunction
FEELFunction.Param| Modifier and Type | Field and Description |
|---|---|
static AbsFunction |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
FEELFnResult<BigDecimal> |
invoke(BigDecimal number) |
FEELFnResult<Duration> |
invoke(Duration duration) |
FEELFnResult<Period> |
invoke(Period duration) |
getName, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setNamepublic static final AbsFunction INSTANCE
public FEELFnResult<BigDecimal> invoke(BigDecimal number)
public FEELFnResult<Period> invoke(Period duration)
public FEELFnResult<Duration> invoke(Duration duration)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.