Uses of Interface
org.drools.model.functions.FunctionN
-
Packages that use FunctionN Package Description org.drools.model org.drools.model.functions org.drools.model.patterns org.drools.model.view -
-
Uses of FunctionN in org.drools.model
Methods in org.drools.model that return FunctionN Modifier and Type Method Description FunctionNGroupByPattern. getGroupingFunction()FunctionN<java.lang.Iterable<? extends T>>InvokerMultiValuePattern. getInvokedFunction()FunctionN<T>InvokerSingleValuePattern. getInvokedFunction() -
Uses of FunctionN in org.drools.model.functions
Classes in org.drools.model.functions that implement FunctionN Modifier and Type Class Description static classFunctionN.Impl<A,R>Methods in org.drools.model.functions that return FunctionN Modifier and Type Method Description static <R> FunctionN<R>FunctionUtils. toFunctionN(Function0<R> f)static <A,R>
FunctionN<R>FunctionUtils. toFunctionN(Function1<A,R> f)static <A,B,R>
FunctionN<R>FunctionUtils. toFunctionN(Function2<A,B,R> f)static <A,B,C,R>
FunctionN<R>FunctionUtils. toFunctionN(Function3<A,B,C,R> f)static <A,B,C,D,R>
FunctionN<R>FunctionUtils. toFunctionN(Function4<A,B,C,D,R> f)static <A,B,C,D,E,R>
FunctionN<R>FunctionUtils. toFunctionN(Function5<A,B,C,D,E,R> f)static <A,B,C,D,E,F,R>
FunctionN<R>FunctionUtils. toFunctionN(Function6<A,B,C,D,E,F,R> f)Constructors in org.drools.model.functions with parameters of type FunctionN Constructor Description Impl(java.lang.Object f, FunctionN<R> function) -
Uses of FunctionN in org.drools.model.patterns
Methods in org.drools.model.patterns that return FunctionN Modifier and Type Method Description FunctionNGroupByPatternImpl. getGroupingFunction()Constructors in org.drools.model.patterns with parameters of type FunctionN Constructor Description GroupByPatternImpl(Condition condition, Variable[] vars, Variable<K> varKey, FunctionN groupingFunction, AccumulateFunction... accumulateFunctions) -
Uses of FunctionN in org.drools.model.view
Methods in org.drools.model.view that return FunctionN Modifier and Type Method Description FunctionNGroupByExprViewItem. getGroupingFunction()Constructors in org.drools.model.view with parameters of type FunctionN Constructor Description GroupByExprViewItem(ViewItem<T> expr, Variable[] vars, Variable<K> varKey, FunctionN groupingFunction, AccumulateFunction[] accumulateFunctions)
-