Package io.split.engine.matchers.strings
Class StartsWithAnyOfMatcher
- java.lang.Object
-
- io.split.engine.matchers.strings.StartsWithAnyOfMatcher
-
-
Constructor Summary
Constructors Constructor Description StartsWithAnyOfMatcher(Collection<String> compareTo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()booleanmatch(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)StringtoString()
-
-
-
Constructor Detail
-
StartsWithAnyOfMatcher
public StartsWithAnyOfMatcher(Collection<String> compareTo)
-
-