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

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