Package | Description |
---|---|
org.drools.model | |
org.drools.model.impl |
Modifier and Type | Class and Description |
---|---|
static class |
DynamicValueSupplier._1<A,R> |
static class |
DynamicValueSupplier._2<A,B,R> |
Modifier and Type | Method and Description |
---|---|
static <A,R> DynamicValueSupplier<R> |
DSL.supply(Variable<A> var1,
Function1<A,R> f) |
static <A,B,R> DynamicValueSupplier<R> |
DSL.supply(Variable<A> var1,
Variable<B> var2,
Function2<A,B,R> f) |
Modifier and Type | Method and Description |
---|---|
<T> RuleBuilder |
RuleBuilder.attribute(Rule.Attribute<T> attribute,
DynamicValueSupplier<T> value) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.