Class FinishesFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.interval.FinishesFunction
-
- All Implemented Interfaces:
FEELFunction
public class FinishesFunction 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 FinishesFunctionINSTANCE
-
Constructor Summary
Constructors Constructor Description FinishesFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FEELFnResult<java.lang.Boolean>invoke(java.lang.Comparable point, Range range)FEELFnResult<java.lang.Boolean>invoke(Range range1, Range range2)-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
-
-
-
-
Field Detail
-
INSTANCE
public static final FinishesFunction INSTANCE
-
-
Method Detail
-
invoke
public FEELFnResult<java.lang.Boolean> invoke(java.lang.Comparable point, Range range)
-
invoke
public FEELFnResult<java.lang.Boolean> invoke(Range range1, Range range2)
-
-