| Package | Description |
|---|---|
| org.drools.model | |
| org.drools.model.functions | |
| org.drools.model.patterns | |
| org.drools.model.view |
| Modifier and Type | Method and Description |
|---|---|
FunctionN |
GroupByPattern.getGroupingFunction() |
FunctionN<T> |
InvokerSingleValuePattern.getInvokedFunction() |
FunctionN<Iterable<? extends T>> |
InvokerMultiValuePattern.getInvokedFunction() |
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionN.Impl<A,R> |
| Modifier and Type | Method and 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> |
FunctionUtils.toFunctionN(Function4<A,B,C,D,R> f) |
static <A,B,C,D,E,R> |
FunctionUtils.toFunctionN(Function5<A,B,C,D,E,R> f) |
static <A,B,C,D,E,F,R> |
FunctionUtils.toFunctionN(Function6<A,B,C,D,E,F,R> f) |
| Constructor and Description |
|---|
Impl(Object f,
FunctionN<R> function) |
| Modifier and Type | Method and Description |
|---|---|
FunctionN |
GroupByPatternImpl.getGroupingFunction() |
| Constructor and Description |
|---|
GroupByPatternImpl(Condition condition,
Variable[] vars,
Variable<K> varKey,
FunctionN groupingFunction,
AccumulateFunction... accumulateFunctions) |
| Modifier and Type | Method and Description |
|---|---|
FunctionN |
GroupByExprViewItem.getGroupingFunction() |
| Constructor and Description |
|---|
GroupByExprViewItem(ViewItem<T> expr,
Variable[] vars,
Variable<K> varKey,
FunctionN groupingFunction,
AccumulateFunction[] accumulateFunctions) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.