Class ContextFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.extended.ContextFunction
-
- All Implemented Interfaces:
FEELFunction
public class ContextFunction extends BaseFEELFunction
Proposal DMN14-187 Experimental for DMN14-183, an inverse of `get entries()` See also: DMN14-181, DMN14-182
-
-
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 ContextFunctionINSTANCE
-
Constructor Summary
Constructors Constructor Description ContextFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FEELFnResult<java.util.Map<java.lang.String,java.lang.Object>>invoke(java.util.List<java.lang.Object> entries)-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
-
-
-
-
Field Detail
-
INSTANCE
public static final ContextFunction INSTANCE
-
-
Method Detail
-
invoke
public FEELFnResult<java.util.Map<java.lang.String,java.lang.Object>> invoke(java.util.List<java.lang.Object> entries)
-
-