MetricPair

final case class MetricPair[Type <: MetricKeyType { type Out = Out0; }, Out0](metricKey: MetricKey[Type], metricState: MetricState[Out0])
Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product