Package org.drools.model.functions
Interface Operator.SingleValue<A,B>
-
- All Superinterfaces:
Operator<A,B>,Predicate2<A,B[]>,Serializable
- All Known Implementing Classes:
ContainsOperator,ExcludesOperator,MatchesOperator,MemberOfOperator,SoundsLikeOperator,StringEndsWithOperator,StringLengthWithOperator,StringStartsWithOperator
public static interface Operator.SingleValue<A,B> extends Operator<A,B>
-
-
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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleaneval(A o1, B o2)default booleantest(A o1, B[] o2)-
Methods inherited from interface org.drools.model.functions.Operator
getOperatorName, isCompatibleWithType, requiresCoercion
-
Methods inherited from interface org.drools.model.functions.Predicate2
negate, predicateInformation
-
-