final case class MetricValues[T[A] <: MetricValue[A], K, V](values: Map[K, T[V]]) extends AnyVal with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MetricValues
- Serializable
- Serializable
- Product
- Equals
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MetricValues(values: Map[K, T[V]])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def +(elem: (K, T[V]))(implicit num: Numeric[V], V: Monoid[T[V]]): MetricValues[T, K, V]
-
def
->[B](y: B): (MetricValues[T, K, V], B)
- Implicit
- This member is added by an implicit conversion from MetricValues[T, K, V] to ArrowAssoc[MetricValues[T, K, V]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
ensuring(cond: (MetricValues[T, K, V]) ⇒ Boolean, msg: ⇒ Any): MetricValues[T, K, V]
- Implicit
- This member is added by an implicit conversion from MetricValues[T, K, V] to Ensuring[MetricValues[T, K, V]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (MetricValues[T, K, V]) ⇒ Boolean): MetricValues[T, K, V]
- Implicit
- This member is added by an implicit conversion from MetricValues[T, K, V] to Ensuring[MetricValues[T, K, V]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): MetricValues[T, K, V]
- Implicit
- This member is added by an implicit conversion from MetricValues[T, K, V] to Ensuring[MetricValues[T, K, V]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): MetricValues[T, K, V]
- Implicit
- This member is added by an implicit conversion from MetricValues[T, K, V] to Ensuring[MetricValues[T, K, V]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from MetricValues[T, K, V] to StringFormat[MetricValues[T, K, V]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val values: Map[K, T[V]]
-
def
→[B](y: B): (MetricValues[T, K, V], B)
- Implicit
- This member is added by an implicit conversion from MetricValues[T, K, V] to ArrowAssoc[MetricValues[T, K, V]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Shadowed Implicit Value Members
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from MetricValues[T, K, V] to any2stringadd[MetricValues[T, K, V]] performed by method any2stringadd in scala.Predef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(metricValues: any2stringadd[MetricValues[T, K, V]]).+(other)
- Definition Classes
- any2stringadd
This is the API documentation for extruder.
The library is divided into a number of modules that either provide core functionality, support additional features via third-party dependencies, or facilitate integration with other libraries or frameworks.
Please refer to the documentation for a more detailed introduction to the library.