Class NotFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.NotFunction
-
- All Implemented Interfaces:
FEELFunction
public class NotFunction extends BaseFEELFunction
The not() function is a special case because it doubles both as a function and as a unary test.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.feel.runtime.FEELFunction
FEELFunction.Param
-
-
Constructor Summary
Constructors Constructor Description NotFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FEELFnResult<java.lang.Boolean>invoke(java.lang.Object negand)-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
-
-
-
-
Method Detail
-
invoke
public FEELFnResult<java.lang.Boolean> invoke(java.lang.Object negand)
-
-