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