Package org.drools.model.view
Interface Expr3ViewItem<A,B,C>
- All Superinterfaces:
ExprNViewItem<A>,ExprViewItem<A>,RuleItem,RuleItemBuilder<ViewItem<A>>,ViewItem<A>,ViewItemBuilder<A>
- All Known Implementing Classes:
Expr3ViewItemImpl
-
Method Summary
Modifier and TypeMethodDescription<V> Expr3ViewItemImpl<A,B, C> indexedBy(Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<A, V> leftOperandExtractor, Function2<B, C, ?> rightOperandExtractor) <V> Expr3ViewItemImpl<A,B, C> indexedBy(Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<A, V> leftOperandExtractor, Function2<B, C, ?> rightOperandExtractor, Class<?> rightReturnType) Methods inherited from interface org.drools.model.view.ExprViewItem
getExprId, getType, reactOn, watchMethods inherited from interface org.drools.model.view.ViewItem
get, getFirstVariable, getVariables
-
Method Details
-
indexedBy
-
indexedBy
-