Class AbsFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.AbsFunction
-
- All Implemented Interfaces:
FEELFunction
public class AbsFunction extends BaseFEELFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.feel.runtime.FEELFunction
FEELFunction.Param
-
-
Field Summary
Fields Modifier and Type Field Description static AbsFunctionINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FEELFnResult<BigDecimal>invoke(BigDecimal number)FEELFnResult<Duration>invoke(Duration duration)FEELFnResult<Period>invoke(Period duration)FEELFnResult<ComparablePeriod>invoke(ComparablePeriod comparablePeriod)-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
-
-
-
-
Field Detail
-
INSTANCE
public static final AbsFunction INSTANCE
-
-
Method Detail
-
invoke
public FEELFnResult<BigDecimal> invoke(BigDecimal number)
-
invoke
public FEELFnResult<Period> invoke(Period duration)
-
invoke
public FEELFnResult<ComparablePeriod> invoke(ComparablePeriod comparablePeriod)
-
invoke
public FEELFnResult<Duration> invoke(Duration duration)
-
-