Interface Metric

    • Method Detail

      • adaptTo

        <A> A adaptTo​(java.lang.Class<A> type)
        Adapts the Metric to the specified type.
        Type Parameters:
        A - The type to which this metric is to be adapted.
        Parameters:
        type - Class object for the type to which this metric is to be adapted.
        Returns:
        The object, of the specified type, to which this metric has been adapted or null if this metric cannot be adapted to the specified type.