![JAR search and dependency download from the Maven repository](/logo.png)
com.ringcentral.platform.metrics.labels.LabelValuePredicate Maven / Gradle / Ivy
package com.ringcentral.platform.metrics.labels;
public interface LabelValuePredicate {
Label label();
boolean matches(String value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy