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;
}