Package org.drools.model.view
Interface Expr5ViewItem<A,B,C,D,E>
-
- All Superinterfaces:
ExprNViewItem<A>,ExprViewItem<A>,RuleItem,RuleItemBuilder<ViewItem<A>>,ViewItem<A>,ViewItemBuilder<A>
- All Known Implementing Classes:
Expr5ViewItemImpl
public interface Expr5ViewItem<A,B,C,D,E> extends ExprNViewItem<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <V> Expr5ViewItemImpl<A,B,C,D,E>indexedBy(Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<A,V> leftOperandExtractor, Function4<B,C,D,E,?> rightOperandExtractor)<V> Expr5ViewItemImpl<A,B,C,D,E>indexedBy(Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<A,V> leftOperandExtractor, Function4<B,C,D,E,?> rightOperandExtractor, 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
-
-