Class WeekOfYearFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.WeekOfYearFunction
-
- All Implemented Interfaces:
FEELFunction
public class WeekOfYearFunction 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 WeekOfYearFunctionINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FEELFnResult<java.math.BigDecimal>invoke(java.time.temporal.TemporalAccessor date)-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
-
-
-
-
Field Detail
-
INSTANCE
public static final WeekOfYearFunction INSTANCE
-
-
Method Detail
-
invoke
public FEELFnResult<java.math.BigDecimal> invoke(java.time.temporal.TemporalAccessor date)
-
-