Uses of Interface
io.split.engine.matchers.Matcher
-
Packages that use Matcher Package Description io.split.engine.matchers io.split.engine.matchers.collections io.split.engine.matchers.strings -
-
Uses of Matcher in io.split.engine.matchers
Classes in io.split.engine.matchers that implement Matcher Modifier and Type Class Description classAllKeysMatcherA matcher that matches all keys.static classAttributeMatcher.NegatableMatcherclassBetweenMatcherSupports the logic: if user.age is between x and yclassBooleanMatcherclassDependencyMatcherSupports the logic: if user is in split "feature" treatments ["on","off"]classEqualToMatcherCreated by adilaijaz on 3/7/16.classGreaterThanOrEqualToMatcherCreated by adilaijaz on 3/7/16.classLessThanOrEqualToMatcherCreated by adilaijaz on 3/7/16.classUserDefinedSegmentMatcherA matcher that checks if the key is part of a user defined segment.Methods in io.split.engine.matchers that return Matcher Modifier and Type Method Description MatcherAttributeMatcher.NegatableMatcher. delegate()MatcherAttributeMatcher. matcher()Methods in io.split.engine.matchers with parameters of type Matcher Modifier and Type Method Description static CombiningMatcherCombiningMatcher. of(Matcher matcher)static CombiningMatcherCombiningMatcher. of(String attribute, Matcher matcher)static AttributeMatcherAttributeMatcher. vanilla(Matcher matcher)Constructors in io.split.engine.matchers with parameters of type Matcher Constructor Description AttributeMatcher(String attribute, Matcher matcher, boolean negate)NegatableMatcher(Matcher matcher, boolean negate) -
Uses of Matcher in io.split.engine.matchers.collections
Classes in io.split.engine.matchers.collections that implement Matcher Modifier and Type Class Description classContainsAllOfSetMatcherCreated by adilaijaz on 3/7/16.classContainsAnyOfSetMatcherCreated by adilaijaz on 3/7/16.classEqualToSetMatcherCreated by adilaijaz on 3/7/16.classPartOfSetMatcherCreated by adilaijaz on 3/7/16. -
Uses of Matcher in io.split.engine.matchers.strings
Classes in io.split.engine.matchers.strings that implement Matcher Modifier and Type Class Description classContainsAnyOfMatcherCreated by adilaijaz on 3/7/16.classEndsWithAnyOfMatcherCreated by adilaijaz on 3/7/16.classRegularExpressionMatcherclassStartsWithAnyOfMatcherCreated by adilaijaz on 3/7/16.classWhitelistMatcherCreated by adilaijaz on 5/4/15.
-