Package org.drools.model.view
Interface Expr2ViewItem<T,U>
-
- All Superinterfaces:
ExprNViewItem<T>,ExprViewItem<T>,RuleItem,RuleItemBuilder<ViewItem<T>>,ViewItem<T>,ViewItemBuilder<T>
- All Known Implementing Classes:
Expr2ViewItemImpl
public interface Expr2ViewItem<T,U> extends ExprNViewItem<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <V> Expr2ViewItem<T,U>indexedBy(java.lang.Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<T,V> leftOperandExtractor, Function1<U,?> rightOperandExtractor)<V> Expr2ViewItem<T,U>indexedBy(java.lang.Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<T,V> leftOperandExtractor, Function1<U,?> rightOperandExtractor, java.lang.Class<?> rightReturnType)-
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
<V> Expr2ViewItem<T,U> indexedBy(java.lang.Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<T,V> leftOperandExtractor, Function1<U,?> rightOperandExtractor)
-
indexedBy
<V> Expr2ViewItem<T,U> indexedBy(java.lang.Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<T,V> leftOperandExtractor, Function1<U,?> rightOperandExtractor, java.lang.Class<?> rightReturnType)
-
-