Package io.split.engine.matchers
Class AttributeMatcher.NegatableMatcher
- java.lang.Object
-
- io.split.engine.matchers.AttributeMatcher.NegatableMatcher
-
- All Implemented Interfaces:
Matcher
- Enclosing class:
- AttributeMatcher
public static final class AttributeMatcher.NegatableMatcher extends Object implements Matcher
-
-
Constructor Summary
Constructors Constructor Description NegatableMatcher(Matcher matcher, boolean negate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Matcherdelegate()booleanequals(Object obj)inthashCode()booleanmatch(Object matchValue, String bucketingKey, Map<String,Object> attributes, EvaluationContext evaluationContext)StringtoString()
-