Package org.drools.model.functions
Interface Operator.MultipleValue<A,B>
- All Superinterfaces:
Operator<A,,B> Predicate2<A,,B[]> Serializable
- All Known Implementing Classes:
InOperator
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.drools.model.functions.Operator
Operator.MultipleValue<A,B>, Operator.Register, Operator.SingleValue<A, B> Nested classes/interfaces inherited from interface org.drools.model.functions.Predicate2
Predicate2.Impl<A,B> -
Method Summary
Methods inherited from interface org.drools.model.functions.Operator
getOperatorName, isCompatibleWithType, requiresCoercionMethods inherited from interface org.drools.model.functions.Predicate2
negate, predicateInformation
-
Method Details
-
test
- Specified by:
testin interfacePredicate2<A,B>
-
eval
-