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

com.ringcentral.platform.metrics.labels.LabelValuesPredicate Maven / Gradle / Ivy

package com.ringcentral.platform.metrics.labels;

public interface LabelValuesPredicate {
    boolean matches(LabelValues labelValues);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy