<V> Pattern4DefImpl<A,B,C,D> |
Pattern4DefImpl.filter(java.lang.String fieldName,
org.drools.model.functions.Function1<D,V> leftExtractor,
org.drools.model.Index.ConstraintType constraintType,
org.drools.model.functions.Function3<A,B,C,V> rightExtractor) |
|
<V> Pattern4DefImpl<A,B,C,D> |
Pattern4DefImpl.filter(org.drools.model.functions.Function1<D,V> leftExtractor,
org.drools.model.Index.ConstraintType constraintType,
org.drools.model.functions.Function3<A,B,C,V> rightExtractor) |
|
Pattern4DefImpl<A,B,C,D> |
Pattern4DefImpl.filter(org.drools.model.functions.Predicate4<A,B,C,D> predicate) |
|