Uses of Class
org.kie.dmn.feel.codegen.feel11.CompiledFEELSupport.ForBuilder
-
Packages that use CompiledFEELSupport.ForBuilder Package Description org.kie.dmn.feel.codegen.feel11 -
-
Uses of CompiledFEELSupport.ForBuilder in org.kie.dmn.feel.codegen.feel11
Methods in org.kie.dmn.feel.codegen.feel11 that return CompiledFEELSupport.ForBuilder Modifier and Type Method Description static CompiledFEELSupport.ForBuilderCompiledFEELSupport. ffor(EvaluationContext ctx)CompiledFEELSupport.ForBuilderCompiledFEELSupport.ForBuilder. with(java.util.function.Function<EvaluationContext,java.lang.Object> nameExpression, java.util.function.Function<EvaluationContext,java.lang.Object> iterationExpression)CompiledFEELSupport.ForBuilderCompiledFEELSupport.ForBuilder. with(java.util.function.Function<EvaluationContext,java.lang.Object> nameExpression, java.util.function.Function<EvaluationContext,java.lang.Object> iterationExpression, java.util.function.Function<EvaluationContext,java.lang.Object> rangeEndExpression)
-