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

com.ringcentral.platform.metrics.measurables.MeasurableValues Maven / Gradle / Ivy

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

import com.ringcentral.platform.metrics.NotMeasuredException;

public interface MeasurableValues {
     V valueOf(Measurable measurable) throws NotMeasuredException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy