Interface DoubleMetric

  • All Superinterfaces:
    Metric

    public interface DoubleMetric
    extends Metric
    Interface for the metrics that holds double primitive.
    • Method Detail

      • value

        double value()
        Returns:
        Value of the metric.
      • getAsString

        default String getAsString()
        Specified by:
        getAsString in interface Metric
        Returns:
        String representation of metric value.