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

io.featurehub.strategies.matchers.StrategyMatcher Maven / Gradle / Ivy

package io.featurehub.strategies.matchers;

import io.featurehub.sse.model.FeatureRolloutStrategyAttribute;

public interface StrategyMatcher {
  boolean match(String suppliedValue, FeatureRolloutStrategyAttribute attr);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy