Class AllFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.AllFunction
-
- All Implemented Interfaces:
FEELFunction
public class AllFunction extends BaseFEELFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.feel.runtime.FEELFunction
FEELFunction.Param
-
-
Constructor Summary
Constructors Constructor Description AllFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FEELFnResult<Boolean>invoke(Boolean single)FEELFnResult<Boolean>invoke(Object[] list)FEELFnResult<Boolean>invoke(List list)-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
-
-
-
-
Method Detail
-
invoke
public FEELFnResult<Boolean> invoke(List list)
-
invoke
public FEELFnResult<Boolean> invoke(Boolean single)
-
invoke
public FEELFnResult<Boolean> invoke(Object[] list)
-
-