Package | Description |
---|---|
org.drools.model | |
org.drools.model.consequences | |
org.drools.model.functions |
Modifier and Type | Method and Description |
---|---|
FunctionN[] |
Consequence.getInserts() |
FunctionN<T> |
InvokerSingleValuePattern.getInvokedFunction() |
FunctionN<Iterable<? extends T>> |
InvokerMultiValuePattern.getInvokedFunction() |
Modifier and Type | Method and Description |
---|---|
FunctionN[] |
ConsequenceImpl.getInserts() |
Modifier and Type | Method and Description |
---|---|
protected void |
ConsequenceBuilder.AbstractValidBuilder.addInsert(FunctionN f) |
<R> ConsequenceBuilder._N |
ConsequenceBuilder._N.insert(FunctionN<R> f) |
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) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.