Package io.split.engine.matchers
Interface Matcher
-
- All Known Implementing Classes:
AllKeysMatcher,AttributeMatcher.NegatableMatcher,BetweenMatcher,BooleanMatcher,ContainsAllOfSetMatcher,ContainsAnyOfMatcher,ContainsAnyOfSetMatcher,DependencyMatcher,EndsWithAnyOfMatcher,EqualToMatcher,EqualToSetMatcher,GreaterThanOrEqualToMatcher,LessThanOrEqualToMatcher,PartOfSetMatcher,RegularExpressionMatcher,StartsWithAnyOfMatcher,UserDefinedSegmentMatcher,WhitelistMatcher
public interface Matcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatch(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)
-