Package org.drools.model.view
Interface Expr1ViewItem<T>
-
- All Superinterfaces:
ExprNViewItem<T>,ExprViewItem<T>,RuleItem,RuleItemBuilder<ViewItem<T>>,ViewItem<T>,ViewItemBuilder<T>
- All Known Implementing Classes:
Expr1ViewItemImpl
public interface Expr1ViewItem<T> extends ExprNViewItem<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <U> Expr1ViewItem<T>indexedBy(Class<U> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<T,U> leftOperandExtractor, U rightValue)-
Methods inherited from interface org.drools.model.view.ExprViewItem
getExprId, getType, reactOn, watch
-
Methods inherited from interface org.drools.model.view.ViewItem
get, getFirstVariable, getVariables
-
-
-
-
Method Detail
-
indexedBy
<U> Expr1ViewItem<T> indexedBy(Class<U> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<T,U> leftOperandExtractor, U rightValue)
-
-