| Package | Description |
|---|---|
| org.drools.model | |
| org.drools.model.view |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> Expr2ViewItem<T,U> |
DSL.expr(String exprId,
Variable<T> var1,
Variable<U> var2,
Predicate2<T,U> predicate) |
static <T,U> Expr2ViewItem<T,U> |
DSL.expr(Variable<T> var1,
Variable<U> var2,
Predicate2<T,U> predicate) |
| Modifier and Type | Class and Description |
|---|---|
class |
Expr2ViewItemImpl<T,U> |
| Modifier and Type | Method and Description |
|---|---|
<V> Expr2ViewItem<T,U> |
Expr2ViewItem.indexedBy(Class<V> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<T,V> leftOperandExtractor,
Function1<U,V> rightOperandExtractor) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.