Packages

case class DuplexFamilySizeMetric(ab_size: Int, ba_size: Int, count: Count = 0, fraction: Proportion = 0, fraction_gt_or_eq_size: Proportion = 0) extends Metric with Ordered[DuplexFamilySizeMetric] with Product with Serializable

Metrics produced by CollectDuplexSeqMetrics to describe the distribution of double-stranded (duplex) tag families in terms of the number of reads observed on each strand.

We refer to the two strands as ab and ba because we identify the two strands by observing the same pair of UMIs (A and B) in opposite order (A->B vs B->A). Which strand is ab and which is ba is largely arbitrary, so to make interpretation of the metrics simpler we use a definition here that for a given tag family ab is the sub-family with more reads and ba is the tag family with fewer reads.

ab_size

The number of reads in the ab sub-family (the larger sub-family) for this double-strand tag family.

ba_size

The number of reads in the ba sub-family (the smaller sub-family) for this double-strand tag family.

count

The number of families with the ab and ba single-strand families of size ab_size and ba_size.

fraction

The fraction of all double-stranded tag families that have ab_size and ba_size.

fraction_gt_or_eq_size

The fraction of all double-stranded tag families that have ab reads >= ab_size and ba reads >= ba_size.

Linear Supertypes
Serializable, Serializable, Ordered[DuplexFamilySizeMetric], Comparable[DuplexFamilySizeMetric], Metric, Iterable[(String, String)], IterableLike[(String, String), Iterable[(String, String)]], GenIterable[(String, String)], GenIterableLike[(String, String), Iterable[(String, String)]], Traversable[(String, String)], GenTraversable[(String, String)], GenericTraversableTemplate[(String, String), Iterable], TraversableLike[(String, String), Iterable[(String, String)]], GenTraversableLike[(String, String), Iterable[(String, String)]], Parallelizable[(String, String), ParIterable[(String, String)]], TraversableOnce[(String, String)], GenTraversableOnce[(String, String)], FilterMonadic[(String, String), Iterable[(String, String)]], HasNewBuilder[(String, String), Iterable[(String, String)] @scala.annotation.unchecked.uncheckedVariance], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DuplexFamilySizeMetric
  2. Serializable
  3. Serializable
  4. Ordered
  5. Comparable
  6. Metric
  7. Iterable
  8. IterableLike
  9. GenIterable
  10. GenIterableLike
  11. Traversable
  12. GenTraversable
  13. GenericTraversableTemplate
  14. TraversableLike
  15. GenTraversableLike
  16. Parallelizable
  17. TraversableOnce
  18. GenTraversableOnce
  19. FilterMonadic
  20. HasNewBuilder
  21. Product
  22. Equals
  23. AnyRef
  24. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by MonadOps
  3. by orderingToOrdered
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  8. by alternateImplicit
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DuplexFamilySizeMetric(ab_size: Int, ba_size: Int, count: Count = 0, fraction: Proportion = 0, fraction_gt_or_eq_size: Proportion = 0)

    ab_size

    The number of reads in the ab sub-family (the larger sub-family) for this double-strand tag family.

    ba_size

    The number of reads in the ba sub-family (the smaller sub-family) for this double-strand tag family.

    count

    The number of families with the ab and ba single-strand families of size ab_size and ba_size.

    fraction

    The fraction of all double-stranded tag families that have ab_size and ba_size.

    fraction_gt_or_eq_size

    The fraction of all double-stranded tag families that have ab reads >= ab_size and ba reads >= ba_size.

Type Members

  1. type Self = Iterable[(String, String)]
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  2. class WithFilter extends FilterMonadic[A, Repr]
    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to any2stringadd[DuplexFamilySizeMetric] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: (String, String), That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[(String, String)], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  5. def ++:[B >: (String, String), That](that: Traversable[B])(implicit bf: CanBuildFrom[Iterable[(String, String)], B, That]): That
    Definition Classes
    TraversableLike
  6. def ++:[B >: (String, String), That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[(String, String)], B, That]): That
    Definition Classes
    TraversableLike
  7. def ->[B](y: B): (DuplexFamilySizeMetric, B)
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to ArrowAssoc[DuplexFamilySizeMetric] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def <(that: DuplexFamilySizeMetric): Boolean
    Definition Classes
    Ordered
  9. def <=(that: DuplexFamilySizeMetric): Boolean
    Definition Classes
    Ordered
  10. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def >(that: DuplexFamilySizeMetric): Boolean
    Definition Classes
    Ordered
  12. def >=(that: DuplexFamilySizeMetric): Boolean
    Definition Classes
    Ordered
  13. val ab_size: Int
  14. def addString(b: StringBuilder): StringBuilder
    Definition Classes
    TraversableOnce
  15. def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    TraversableOnce
  16. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    TraversableOnce
  17. def aggregate[B](z: ⇒ B)(seqop: (B, (String, String)) ⇒ B, combop: (B, B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  18. def apply(name: String): String

    Gets the value of the field by name.

    Gets the value of the field by name.

    Definition Classes
    Metric
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. val ba_size: Int
  21. def canEqual(that: Any): Boolean
    Definition Classes
    IterableLike → Equals
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. def collect[B, That](pf: PartialFunction[(String, String), B])(implicit bf: CanBuildFrom[Iterable[(String, String)], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  24. def collectFirst[B](pf: PartialFunction[(String, String), B]): Option[B]
    Definition Classes
    TraversableOnce
  25. def companion: GenericCompanion[Iterable]
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  26. def compare(that: DuplexFamilySizeMetric): Int

    Orders by ab_size, then ba_size.

    Orders by ab_size, then ba_size.

    Definition Classes
    DuplexFamilySizeMetric → Ordered
  27. def compareTo(that: DuplexFamilySizeMetric): Int
    Definition Classes
    Ordered → Comparable
  28. def copyToArray[B >: (String, String)](xs: Array[B], start: Int, len: Int): Unit
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  29. def copyToArray[B >: (String, String)](xs: Array[B]): Unit
    Definition Classes
    TraversableOnce → GenTraversableOnce
  30. def copyToArray[B >: (String, String)](xs: Array[B], start: Int): Unit
    Definition Classes
    TraversableOnce → GenTraversableOnce
  31. def copyToBuffer[B >: (String, String)](dest: Buffer[B]): Unit
    Definition Classes
    TraversableOnce
  32. def count(p: ((String, String)) ⇒ Boolean): Int
    Definition Classes
    TraversableOnce → GenTraversableOnce
  33. val count: Count
  34. def drop(n: Int): Iterable[(String, String)]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  35. def dropRight(n: Int): Iterable[(String, String)]
    Definition Classes
    IterableLike
  36. def dropWhile(p: ((String, String)) ⇒ Boolean): Iterable[(String, String)]
    Definition Classes
    TraversableLike → GenTraversableLike
  37. def ensuring(cond: (DuplexFamilySizeMetric) ⇒ Boolean, msg: ⇒ Any): DuplexFamilySizeMetric
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to Ensuring[DuplexFamilySizeMetric] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  38. def ensuring(cond: (DuplexFamilySizeMetric) ⇒ Boolean): DuplexFamilySizeMetric
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to Ensuring[DuplexFamilySizeMetric] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  39. def ensuring(cond: Boolean, msg: ⇒ Any): DuplexFamilySizeMetric
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to Ensuring[DuplexFamilySizeMetric] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  40. def ensuring(cond: Boolean): DuplexFamilySizeMetric
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to Ensuring[DuplexFamilySizeMetric] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  41. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def exists(p: ((String, String)) ⇒ Boolean): Boolean
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  43. def filter(p: ((String, String)) ⇒ Boolean): Iterable[(String, String)]
    Definition Classes
    TraversableLike → GenTraversableLike
  44. def filterNot(p: ((String, String)) ⇒ Boolean): Iterable[(String, String)]
    Definition Classes
    TraversableLike → GenTraversableLike
  45. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  46. def find(p: ((String, String)) ⇒ Boolean): Option[(String, String)]
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  47. def flatMap[B, That](f: ((String, String)) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[(String, String)], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  48. def flatten[B](implicit asTraversable: ((String, String)) ⇒ GenTraversableOnce[B]): Iterable[B]
    Definition Classes
    GenericTraversableTemplate
  49. def fold[A1 >: (String, String)](z: A1)(op: (A1, A1) ⇒ A1): A1
    Definition Classes
    TraversableOnce → GenTraversableOnce
  50. def foldLeft[B](z: B)(op: (B, (String, String)) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  51. def foldRight[B](z: B)(op: ((String, String), B) ⇒ B): B
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  52. def forall(p: ((String, String)) ⇒ Boolean): Boolean
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  53. def foreach[U](f: ((String, String)) ⇒ U): Unit
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  54. def formatValue(value: Any): String

    Override this method to customize how values are formatted.

    Override this method to customize how values are formatted.

    Attributes
    protected
    Definition Classes
    Metric
  55. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to StringFormat[DuplexFamilySizeMetric] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  56. var fraction: Proportion
  57. var fraction_gt_or_eq_size: Proportion
  58. def genericBuilder[B]: Builder[B, Iterable[B]]
    Definition Classes
    GenericTraversableTemplate
  59. def get(name: String): Option[String]

    Gets the value of the field by name, returns None if it does not exist.

    Gets the value of the field by name, returns None if it does not exist.

    Definition Classes
    Metric
  60. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  61. def groupBy[K](f: ((String, String)) ⇒ K): Map[K, Iterable[(String, String)]]
    Definition Classes
    TraversableLike → GenTraversableLike
  62. def grouped(size: Int): Iterator[Iterable[(String, String)]]
    Definition Classes
    IterableLike
  63. def hasDefiniteSize: Boolean
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  64. def head: (String, String)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  65. def headOption: Option[(String, String)]
    Definition Classes
    TraversableLike → GenTraversableLike
  66. def init: Iterable[(String, String)]
    Definition Classes
    TraversableLike → GenTraversableLike
  67. def inits: Iterator[Iterable[(String, String)]]
    Definition Classes
    TraversableLike
  68. def isEmpty: Boolean
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  69. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  70. final def isTraversableAgain: Boolean
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  71. def iterator: Iterator[(String, String)]

    Gets an iterator over the fields of this metric in the order they were defined.

    Gets an iterator over the fields of this metric in the order they were defined. Returns tuples of names and values

    Definition Classes
    Metric → IterableLike → GenIterableLike
  72. def last: (String, String)
    Definition Classes
    TraversableLike → GenTraversableLike
  73. def lastOption: Option[(String, String)]
    Definition Classes
    TraversableLike → GenTraversableLike
  74. def map[B, That](f: ((String, String)) ⇒ B)(implicit bf: CanBuildFrom[Iterable[(String, String)], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  75. def max[B >: (String, String)](implicit cmp: Ordering[B]): (String, String)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  76. def maxBy[B](f: ((String, String)) ⇒ B)(implicit cmp: Ordering[B]): (String, String)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  77. def min[B >: (String, String)](implicit cmp: Ordering[B]): (String, String)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  78. def minBy[B](f: ((String, String)) ⇒ B)(implicit cmp: Ordering[B]): (String, String)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  79. def mkString: String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  80. def mkString(sep: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  81. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  82. def names: Seq[String]

    Get the names of the arguments in the order they were defined.

    Get the names of the arguments in the order they were defined.

    Definition Classes
    Metric
  83. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  84. def newBuilder: Builder[(String, String), Iterable[(String, String)]]
    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  85. def nonEmpty: Boolean
    Definition Classes
    TraversableOnce → GenTraversableOnce
  86. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  87. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  88. def par: ParIterable[(String, String)]
    Definition Classes
    Parallelizable
  89. def parCombiner: Combiner[(String, String), ParIterable[(String, String)]]
    Attributes
    protected[this]
    Definition Classes
    TraversableLike → Parallelizable
  90. def partition(p: ((String, String)) ⇒ Boolean): (Iterable[(String, String)], Iterable[(String, String)])
    Definition Classes
    TraversableLike → GenTraversableLike
  91. def product[B >: (String, String)](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. def reduce[A1 >: (String, String)](op: (A1, A1) ⇒ A1): A1
    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. def reduceLeft[B >: (String, String)](op: (B, (String, String)) ⇒ B): B
    Definition Classes
    TraversableOnce
  94. def reduceLeftOption[B >: (String, String)](op: (B, (String, String)) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def reduceOption[A1 >: (String, String)](op: (A1, A1) ⇒ A1): Option[A1]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. def reduceRight[B >: (String, String)](op: ((String, String), B) ⇒ B): B
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  97. def reduceRightOption[B >: (String, String)](op: ((String, String), B) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  98. def repr: Iterable[(String, String)]
    Definition Classes
    TraversableLike → GenTraversableLike
  99. def reversed: List[(String, String)]
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  100. def sameElements[B >: (String, String)](that: GenIterable[B]): Boolean
    Definition Classes
    IterableLike → GenIterableLike
  101. def scan[B >: (String, String), That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Iterable[(String, String)], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  102. def scanLeft[B, That](z: B)(op: (B, (String, String)) ⇒ B)(implicit bf: CanBuildFrom[Iterable[(String, String)], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  103. def scanRight[B, That](z: B)(op: ((String, String), B) ⇒ B)(implicit bf: CanBuildFrom[Iterable[(String, String)], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  104. def seq: Iterable[(String, String)]
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  105. def size: Int
    Definition Classes
    TraversableOnce → GenTraversableOnce
  106. def sizeHintIfCheap: Int
    Attributes
    protected[collection]
    Definition Classes
    GenTraversableOnce
  107. def slice(from: Int, until: Int): Iterable[(String, String)]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  108. def sliding(size: Int, step: Int): Iterator[Iterable[(String, String)]]
    Definition Classes
    IterableLike
  109. def sliding(size: Int): Iterator[Iterable[(String, String)]]
    Definition Classes
    IterableLike
  110. def span(p: ((String, String)) ⇒ Boolean): (Iterable[(String, String)], Iterable[(String, String)])
    Definition Classes
    TraversableLike → GenTraversableLike
  111. def splitAt(n: Int): (Iterable[(String, String)], Iterable[(String, String)])
    Definition Classes
    TraversableLike → GenTraversableLike
  112. def stringPrefix: String
    Definition Classes
    TraversableLike → GenTraversableLike
  113. def sum[B >: (String, String)](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  115. def tail: Iterable[(String, String)]
    Definition Classes
    TraversableLike → GenTraversableLike
  116. def tails: Iterator[Iterable[(String, String)]]
    Definition Classes
    TraversableLike
  117. def take(n: Int): Iterable[(String, String)]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  118. def takeRight(n: Int): Iterable[(String, String)]
    Definition Classes
    IterableLike
  119. def takeWhile(p: ((String, String)) ⇒ Boolean): Iterable[(String, String)]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  120. def thisCollection: Iterable[(String, String)]
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  121. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, (String, String), Col[(String, String)]]): Col[(String, String)]
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  122. def toArray[B >: (String, String)](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  123. def toBuffer[B >: (String, String)]: Buffer[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  124. def toCollection(repr: Iterable[(String, String)]): Iterable[(String, String)]
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  125. def toIndexedSeq: IndexedSeq[(String, String)]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  126. def toIterable: Iterable[(String, String)]
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  127. def toIterator: Iterator[(String, String)]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  128. def toList: List[(String, String)]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  129. def toMap[T, U](implicit ev: <:<[(String, String), (T, U)]): Map[T, U]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  130. def toParArray: ParArray[T]
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to CollectionsHaveToParArray[DuplexFamilySizeMetric, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (DuplexFamilySizeMetric) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  131. def toSeq: Seq[(String, String)]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  132. def toSet[B >: (String, String)]: Set[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  133. def toStream: Stream[(String, String)]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  134. def toString(): String
    Definition Classes
    Metric → TraversableLike → AnyRef → Any
  135. def toTraversable: Traversable[(String, String)]
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  136. def toVector: Vector[(String, String)]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  137. def transpose[B](implicit asTraversable: ((String, String)) ⇒ GenTraversableOnce[B]): Iterable[Iterable[B]]
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  138. def unzip[A1, A2](implicit asPair: ((String, String)) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])
    Definition Classes
    GenericTraversableTemplate
  139. def unzip3[A1, A2, A3](implicit asTriple: ((String, String)) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
    Definition Classes
    GenericTraversableTemplate
  140. def values: Seq[String]

    Get the values of the arguments in the order they were defined.

    Get the values of the arguments in the order they were defined.

    Definition Classes
    Metric
  141. def view(from: Int, until: Int): IterableView[(String, String), Iterable[(String, String)]]
    Definition Classes
    IterableLike → TraversableLike
  142. def view: IterableView[(String, String), Iterable[(String, String)]]
    Definition Classes
    IterableLike → TraversableLike
  143. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  144. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  145. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  146. def withFilter(p: ((String, String)) ⇒ Boolean): FilterMonadic[(String, String), Iterable[(String, String)]]
    Definition Classes
    TraversableLike → FilterMonadic
  147. def zip[A1 >: (String, String), B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Iterable[(String, String)], (A1, B), That]): That
    Definition Classes
    IterableLike → GenIterableLike
  148. def zipAll[B, A1 >: (String, String), That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Iterable[(String, String)], (A1, B), That]): That
    Definition Classes
    IterableLike → GenIterableLike
  149. def zipWithIndex[A1 >: (String, String), That](implicit bf: CanBuildFrom[Iterable[(String, String)], (A1, Int), That]): That
    Definition Classes
    IterableLike → GenIterableLike
  150. def [B](y: B): (DuplexFamilySizeMetric, B)
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to ArrowAssoc[DuplexFamilySizeMetric] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def <(that: DuplexFamilySizeMetric): Boolean
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to Ordered[DuplexFamilySizeMetric] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[DuplexFamilySizeMetric] is in scope.
    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:
    (duplexFamilySizeMetric: Ordered[DuplexFamilySizeMetric]).<(that)
    Definition Classes
    Ordered
  2. def <=(that: DuplexFamilySizeMetric): Boolean
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to Ordered[DuplexFamilySizeMetric] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[DuplexFamilySizeMetric] is in scope.
    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:
    (duplexFamilySizeMetric: Ordered[DuplexFamilySizeMetric]).<=(that)
    Definition Classes
    Ordered
  3. def >(that: DuplexFamilySizeMetric): Boolean
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to Ordered[DuplexFamilySizeMetric] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[DuplexFamilySizeMetric] is in scope.
    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:
    (duplexFamilySizeMetric: Ordered[DuplexFamilySizeMetric]).>(that)
    Definition Classes
    Ordered
  4. def >=(that: DuplexFamilySizeMetric): Boolean
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to Ordered[DuplexFamilySizeMetric] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[DuplexFamilySizeMetric] is in scope.
    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:
    (duplexFamilySizeMetric: Ordered[DuplexFamilySizeMetric]).>=(that)
    Definition Classes
    Ordered
  5. def compare(that: DuplexFamilySizeMetric): Int
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to Ordered[DuplexFamilySizeMetric] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[DuplexFamilySizeMetric] is in scope.
    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:
    (duplexFamilySizeMetric: Ordered[DuplexFamilySizeMetric]).compare(that)
    Definition Classes
    Ordered
  6. def compareTo(that: DuplexFamilySizeMetric): Int
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to Ordered[DuplexFamilySizeMetric] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[DuplexFamilySizeMetric] is in scope.
    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:
    (duplexFamilySizeMetric: Ordered[DuplexFamilySizeMetric]).compareTo(that)
    Definition Classes
    Ordered → Comparable
  7. def filter(p: ((String, String)) ⇒ Boolean): TraversableOnce[(String, String)]
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to MonadOps[(String, String)] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (duplexFamilySizeMetric: MonadOps[(String, String)]).filter(p)
    Definition Classes
    MonadOps
  8. def flatMap[B](f: ((String, String)) ⇒ GenTraversableOnce[B]): TraversableOnce[B]
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to MonadOps[(String, String)] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (duplexFamilySizeMetric: MonadOps[(String, String)]).flatMap(f)
    Definition Classes
    MonadOps
  9. def map[B](f: ((String, String)) ⇒ B): TraversableOnce[B]
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to MonadOps[(String, String)] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (duplexFamilySizeMetric: MonadOps[(String, String)]).map(f)
    Definition Classes
    MonadOps
  10. def withFilter(p: ((String, String)) ⇒ Boolean): Iterator[(String, String)]
    Implicit
    This member is added by an implicit conversion from DuplexFamilySizeMetric to MonadOps[(String, String)] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (duplexFamilySizeMetric: MonadOps[(String, String)]).withFilter(p)
    Definition Classes
    MonadOps

Deprecated Value Members

  1. def /:[B](z: B)(op: (B, (String, String)) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.10) Use foldLeft instead of /:

  2. def :\[B](z: B)(op: ((String, String), B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.10) Use foldRight instead of :\

  3. def formatValues(value: Any): String

    Attributes
    protected
    Definition Classes
    Metric
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Use formatValue instead.

Inherited from Serializable

Inherited from Serializable

Inherited from Metric

Inherited from Iterable[(String, String)]

Inherited from IterableLike[(String, String), Iterable[(String, String)]]

Inherited from GenIterable[(String, String)]

Inherited from GenIterableLike[(String, String), Iterable[(String, String)]]

Inherited from Traversable[(String, String)]

Inherited from GenTraversable[(String, String)]

Inherited from GenericTraversableTemplate[(String, String), Iterable]

Inherited from TraversableLike[(String, String), Iterable[(String, String)]]

Inherited from GenTraversableLike[(String, String), Iterable[(String, String)]]

Inherited from Parallelizable[(String, String), ParIterable[(String, String)]]

Inherited from TraversableOnce[(String, String)]

Inherited from GenTraversableOnce[(String, String)]

Inherited from FilterMonadic[(String, String), Iterable[(String, String)]]

Inherited from HasNewBuilder[(String, String), Iterable[(String, String)] @scala.annotation.unchecked.uncheckedVariance]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from DuplexFamilySizeMetric to CollectionsHaveToParArray[DuplexFamilySizeMetric, T]

Inherited by implicit conversion MonadOps from DuplexFamilySizeMetric to MonadOps[(String, String)]

Inherited by implicit conversion orderingToOrdered from DuplexFamilySizeMetric to Ordered[DuplexFamilySizeMetric]

Inherited by implicit conversion any2stringadd from DuplexFamilySizeMetric to any2stringadd[DuplexFamilySizeMetric]

Inherited by implicit conversion StringFormat from DuplexFamilySizeMetric to StringFormat[DuplexFamilySizeMetric]

Inherited by implicit conversion Ensuring from DuplexFamilySizeMetric to Ensuring[DuplexFamilySizeMetric]

Inherited by implicit conversion ArrowAssoc from DuplexFamilySizeMetric to ArrowAssoc[DuplexFamilySizeMetric]

Inherited by implicit conversion alternateImplicit from DuplexFamilySizeMetric to ForceImplicitAmbiguity

Ungrouped