| Package | Description |
|---|---|
| io.split.engine.matchers | |
| io.split.engine.matchers.collections | |
| io.split.engine.matchers.strings |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserDefinedSegmentMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
Matcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
LessThanOrEqualToMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
GreaterThanOrEqualToMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
EqualToMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
DependencyMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
BooleanMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
BetweenMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
AttributeMatcher.NegatableMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
AllKeysMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
CombiningMatcher.match(String key,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
AttributeMatcher.match(String key,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PartOfSetMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
EqualToSetMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
ContainsAnyOfSetMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
ContainsAllOfSetMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WhitelistMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
StartsWithAnyOfMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
RegularExpressionMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
EndsWithAnyOfMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
boolean |
ContainsAnyOfMatcher.match(Object matchValue,
String bucketingKey,
Map<String,Object> attributes,
SplitClientImpl splitClient) |
Copyright © 2018. All rights reserved.