Uses of Class
io.split.client.dtos.MatcherCombiner
-
Packages that use MatcherCombiner Package Description io.split.client.dtos io.split.engine.matchers -
-
Uses of MatcherCombiner in io.split.client.dtos
Fields in io.split.client.dtos declared as MatcherCombiner Modifier and Type Field Description MatcherCombinerMatcherGroup. combinerMethods in io.split.client.dtos that return MatcherCombiner Modifier and Type Method Description static MatcherCombinerMatcherCombiner. valueOf(String name)Returns the enum constant of this type with the specified name.static MatcherCombiner[]MatcherCombiner. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MatcherCombiner in io.split.engine.matchers
Constructors in io.split.engine.matchers with parameters of type MatcherCombiner Constructor Description CombiningMatcher(MatcherCombiner combiner, List<AttributeMatcher> delegates)
-