Uses of Class
io.split.engine.matchers.CombiningMatcher
-
Packages that use CombiningMatcher Package Description io.split.engine.experiments io.split.engine.matchers -
-
Uses of CombiningMatcher in io.split.engine.experiments
Methods in io.split.engine.experiments that return CombiningMatcher Modifier and Type Method Description CombiningMatcherParsedCondition. matcher()Methods in io.split.engine.experiments with parameters of type CombiningMatcher Modifier and Type Method Description static ParsedConditionParsedCondition. createParsedConditionForTests(CombiningMatcher matcher, List<Partition> partitions)Constructors in io.split.engine.experiments with parameters of type CombiningMatcher Constructor Description ParsedCondition(ConditionType conditionType, CombiningMatcher matcher, List<Partition> partitions, String label) -
Uses of CombiningMatcher in io.split.engine.matchers
Methods in io.split.engine.matchers that return CombiningMatcher Modifier and Type Method Description static CombiningMatcherCombiningMatcher. of(Matcher matcher)static CombiningMatcherCombiningMatcher. of(String attribute, Matcher matcher)
-