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<Map<String,Object>>invoke(List<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
-
-