Uses of Class
io.split.client.SplitClientImpl
-
Packages that use SplitClientImpl Package Description io.split.engine.matchers io.split.engine.matchers.collections io.split.engine.matchers.strings -
-
Uses of SplitClientImpl in io.split.engine.matchers
Methods in io.split.engine.matchers with parameters of type SplitClientImpl Modifier and Type Method Description booleanAllKeysMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanAttributeMatcher. match(String key, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanAttributeMatcher.NegatableMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanBetweenMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanBooleanMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanCombiningMatcher. match(String key, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanDependencyMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanEqualToMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanGreaterThanOrEqualToMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanLessThanOrEqualToMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanUserDefinedSegmentMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient) -
Uses of SplitClientImpl in io.split.engine.matchers.collections
Methods in io.split.engine.matchers.collections with parameters of type SplitClientImpl Modifier and Type Method Description booleanContainsAllOfSetMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanContainsAnyOfSetMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanEqualToSetMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanPartOfSetMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient) -
Uses of SplitClientImpl in io.split.engine.matchers.strings
Methods in io.split.engine.matchers.strings with parameters of type SplitClientImpl Modifier and Type Method Description booleanContainsAnyOfMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanEndsWithAnyOfMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanRegularExpressionMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanStartsWithAnyOfMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)booleanWhitelistMatcher. match(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)
-