Interface EqualTypeMatchFunction.Matcher<PARAM_T extends AttributeValue>
- Type Parameters:
PARAM_T
- type of arguments to be matched against each other
- All Known Implementing Classes:
EqualTypeMatchFunction.EqualIgnoreCaseMatcher
,EqualTypeMatchFunction.EqualMatcher
- Enclosing class:
- EqualTypeMatchFunction<PARAM extends AttributeValue>
public static interface EqualTypeMatchFunction.Matcher<PARAM_T extends AttributeValue>
Generic match method interface
-
Method Summary
-
Method Details
-
match
Match two arguments (same type)- Parameters:
arg0
- first argumentarg1
- second argument to be matched against the first one- Returns:
- true iff arguments match (match algorithm is implementation-specific)
-