Package org.kie.dmn.feel.codegen.feel11
Class CompiledFEELSupport.FilterBuilder
- java.lang.Object
-
- org.kie.dmn.feel.codegen.feel11.CompiledFEELSupport.FilterBuilder
-
- Enclosing class:
- CompiledFEELSupport
public static class CompiledFEELSupport.FilterBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description FilterBuilder(EvaluationContext evaluationContext, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectwith(Function<EvaluationContext,Object> filterExpression)
-
-
-
Constructor Detail
-
FilterBuilder
public FilterBuilder(EvaluationContext evaluationContext, Object value)
-
-
Method Detail
-
with
public Object with(Function<EvaluationContext,Object> filterExpression)
-
-