com.ringcentral.platform.metrics.labels.LabelValuesPredicate Maven / Gradle / Ivy
package com.ringcentral.platform.metrics.labels;
public interface LabelValuesPredicate {
boolean matches(LabelValues labelValues);
}
package com.ringcentral.platform.metrics.labels;
public interface LabelValuesPredicate {
boolean matches(LabelValues labelValues);
}