Interface BooleanMetric

  • All Superinterfaces:
    Metric

    public interface BooleanMetric
    extends Metric
    Interface for the metrics that holds boolean primitive.
    • Method Detail

      • value

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

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