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

com.ringcentral.platform.metrics.predicates.MetricNamedPredicate Maven / Gradle / Ivy

The newest version!
package com.ringcentral.platform.metrics.predicates;

import com.ringcentral.platform.metrics.names.MetricNamed;

public interface MetricNamedPredicate {
    boolean matches(MetricNamed named);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy