Uses of Interface
org.drools.model.functions.FunctionN
Packages that use FunctionN
Package
Description
-
Uses of FunctionN in org.drools.model
Methods in org.drools.model that return FunctionNModifier and TypeMethodDescriptionGroupByPattern.getGroupingFunction()InvokerMultiValuePattern.getInvokedFunction()InvokerSingleValuePattern.getInvokedFunction() -
Uses of FunctionN in org.drools.model.functions
Classes in org.drools.model.functions that implement FunctionNMethods in org.drools.model.functions that return FunctionNModifier and TypeMethodDescriptionstatic <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 -
Uses of FunctionN in org.drools.model.patterns
Methods in org.drools.model.patterns that return FunctionNConstructors in org.drools.model.patterns with parameters of type FunctionNModifierConstructorDescriptionGroupByPatternImpl(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 FunctionNConstructors in org.drools.model.view with parameters of type FunctionNModifierConstructorDescriptionGroupByExprViewItem(ViewItem<T> expr, Variable[] vars, Variable<K> varKey, FunctionN groupingFunction, AccumulateFunction[] accumulateFunctions)