All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.split.engine.matchers.Matcher Maven / Gradle / Ivy

package io.split.engine.matchers;

import io.split.engine.evaluator.EvaluationContext;

import java.util.Map;

public interface Matcher {
    boolean match(Object matchValue, String bucketingKey, Map attributes, EvaluationContext evaluationContext);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy