Uses of Class
io.split.engine.matchers.AttributeMatcher
-
Packages that use AttributeMatcher Package Description io.split.engine.experiments io.split.engine.matchers -
-
Uses of AttributeMatcher in io.split.engine.experiments
Methods in io.split.engine.experiments that return AttributeMatcher Modifier and Type Method Description static AttributeMatcherParserUtils. toMatcher(Matcher matcher) -
Uses of AttributeMatcher in io.split.engine.matchers
Methods in io.split.engine.matchers that return AttributeMatcher Modifier and Type Method Description static AttributeMatcherAttributeMatcher. vanilla(Matcher matcher)Methods in io.split.engine.matchers that return types with arguments of type AttributeMatcher Modifier and Type Method Description com.google.common.collect.ImmutableList<AttributeMatcher>CombiningMatcher. attributeMatchers()Constructor parameters in io.split.engine.matchers with type arguments of type AttributeMatcher Constructor Description CombiningMatcher(MatcherCombiner combiner, List<AttributeMatcher> delegates)
-