| AllKeysMatcher |
A matcher that matches all keys.
|
| AttributeMatcher |
Created by adilaijaz on 3/4/16.
|
| AttributeMatcher.NegatableMatcher |
|
| BetweenMatcher |
Supports the logic: if user.age is between x and y
|
| BooleanMatcher |
|
| CombiningMatcher |
Combines the results of multiple matchers using the logical OR or AND.
|
| DependencyMatcher |
Supports the logic: if user is in split "feature" treatments ["on","off"]
|
| EqualToMatcher |
Created by adilaijaz on 3/7/16.
|
| GreaterThanOrEqualToMatcher |
Created by adilaijaz on 3/7/16.
|
| LessThanOrEqualToMatcher |
Created by adilaijaz on 3/7/16.
|
| Transformers |
Created by adilaijaz on 3/7/16.
|
| UserDefinedSegmentMatcher |
A matcher that checks if the key is part of a user defined segment.
|