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