com.github.marklister.collections.immutable

CollSeq2

Related Docs: object CollSeq2 | package immutable

class CollSeq2[T1, T2] extends CollSeq with IndexedSeq[Product2[T1, T2]] with IndexedSeqLike[Product2[T1, T2], CollSeq2[T1, T2]] with Product2[Seq[T1], Seq[T2]]

Linear Supertypes
Product2[Seq[T1], Seq[T2]], CollSeq, Product, IndexedSeq[Product2[T1, T2]], IndexedSeqLike[Product2[T1, T2], CollSeq2[T1, T2]], Seq[Product2[T1, T2]], SeqLike[Product2[T1, T2], CollSeq2[T1, T2]], GenSeq[Product2[T1, T2]], GenSeqLike[Product2[T1, T2], CollSeq2[T1, T2]], Iterable[Product2[T1, T2]], IterableLike[Product2[T1, T2], CollSeq2[T1, T2]], Equals, GenIterable[Product2[T1, T2]], GenIterableLike[Product2[T1, T2], CollSeq2[T1, T2]], Traversable[Product2[T1, T2]], GenTraversable[Product2[T1, T2]], GenericTraversableTemplate[Product2[T1, T2], IndexedSeq], TraversableLike[Product2[T1, T2], CollSeq2[T1, T2]], GenTraversableLike[Product2[T1, T2], CollSeq2[T1, T2]], Parallelizable[Product2[T1, T2], ParSeq[Product2[T1, T2]]], TraversableOnce[Product2[T1, T2]], GenTraversableOnce[Product2[T1, T2]], FilterMonadic[Product2[T1, T2], CollSeq2[T1, T2]], HasNewBuilder[Product2[T1, T2], CollSeq2[T1, T2]], PartialFunction[Int, Product2[T1, T2]], (Int) ⇒ Product2[T1, T2], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CollSeq2
  2. Product2
  3. CollSeq
  4. Product
  5. IndexedSeq
  6. IndexedSeqLike
  7. Seq
  8. SeqLike
  9. GenSeq
  10. GenSeqLike
  11. Iterable
  12. IterableLike
  13. Equals
  14. GenIterable
  15. GenIterableLike
  16. Traversable
  17. GenTraversable
  18. GenericTraversableTemplate
  19. TraversableLike
  20. GenTraversableLike
  21. Parallelizable
  22. TraversableOnce
  23. GenTraversableOnce
  24. FilterMonadic
  25. HasNewBuilder
  26. PartialFunction
  27. Function1
  28. AnyRef
  29. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by MonadOps
  3. by SeqABToWeightedStatsAB
  4. by SeqAToStatsA
  5. by SeqToCollSeqTc
  6. by SeqToCollSeqTb
  7. by any2stringadd
  8. by StringFormat
  9. by Ensuring
  10. by ArrowAssoc
  11. by alternateImplicit
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Elements extends AbstractIterator[A] with BufferedIterator[A] with Serializable

    Attributes
    protected
    Definition Classes
    IndexedSeqLike
    Annotations
    @SerialVersionUID()
  2. type Self = CollSeq2[T1, T2]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  3. 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 information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to any2stringadd[CollSeq2[T1, T2]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: Product2[T1, T2], That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  5. def ++:[B >: Product2[T1, T2], That](that: Traversable[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Definition Classes
    TraversableLike
  6. def ++:[B >: Product2[T1, T2], That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Definition Classes
    TraversableLike
  7. def +:[B >: Product2[T1, T2], That](elem: B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  8. def ->[B](y: B): (CollSeq2[T1, T2], B)

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to ArrowAssoc[CollSeq2[T1, T2]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  9. def /:[B](z: B)(op: (B, Product2[T1, T2]) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. def :+[B >: Product2[T1, T2], That](elem: B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  11. def :\[B](z: B)(op: (Product2[T1, T2], B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  12. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. lazy val _1: Seq[T1]

    Definition Classes
    CollSeq2 → Product2
  14. lazy val _2: Seq[T2]

    Definition Classes
    CollSeq2 → Product2
  15. def addString(b: StringBuilder): StringBuilder

    Definition Classes
    TraversableOnce
  16. def addString(b: StringBuilder, sep: String): StringBuilder

    Definition Classes
    TraversableOnce
  17. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Definition Classes
    TraversableOnce
  18. def aggregate[B](z: ⇒ B)(seqop: (B, Product2[T1, T2]) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  19. def andThen[C](k: (Product2[T1, T2]) ⇒ C): PartialFunction[Int, C]

    Definition Classes
    PartialFunction → Function1
  20. def apply(idx: Int): Product2[T1, T2]

    Definition Classes
    CollSeq2 → SeqLike → GenSeqLike → Function1
  21. def applyOrElse[A1 <: Int, B1 >: Product2[T1, T2]](x: A1, default: (A1) ⇒ B1): B1

    Definition Classes
    PartialFunction
  22. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  23. def canEqual(that: Any): Boolean

    Definition Classes
    IterableLike → Equals
  24. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. def collect[B, That](pf: PartialFunction[Product2[T1, T2], B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  26. def collectFirst[B](pf: PartialFunction[Product2[T1, T2], B]): Option[B]

    Definition Classes
    TraversableOnce
  27. def combinations(n: Int): Iterator[CollSeq2[T1, T2]]

    Definition Classes
    SeqLike
  28. def companion: GenericCompanion[IndexedSeq]

    Definition Classes
    IndexedSeq → Seq → GenSeq → Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  29. def compose[A](g: (A) ⇒ Int): (A) ⇒ Product2[T1, T2]

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  30. def contains[A1 >: Product2[T1, T2]](elem: A1): Boolean

    Definition Classes
    SeqLike
  31. def containsSlice[B](that: GenSeq[B]): Boolean

    Definition Classes
    SeqLike
  32. def copyToArray[B >: Product2[T1, T2]](xs: Array[B], start: Int, len: Int): Unit

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  33. def copyToArray[B >: Product2[T1, T2]](xs: Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  34. def copyToArray[B >: Product2[T1, T2]](xs: Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  35. def copyToBuffer[B >: Product2[T1, T2]](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  36. def corresponds[B](that: GenSeq[B])(p: (Product2[T1, T2], B) ⇒ Boolean): Boolean

    Definition Classes
    SeqLike → GenSeqLike
  37. def count(p: (Product2[T1, T2]) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  38. def diff[B >: Product2[T1, T2]](that: GenSeq[B]): CollSeq2[T1, T2]

    Definition Classes
    SeqLike → GenSeqLike
  39. def distinct: CollSeq2[T1, T2]

    Definition Classes
    SeqLike → GenSeqLike
  40. def drop(n: Int): CollSeq2[T1, T2]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  41. def dropRight(n: Int): CollSeq2[T1, T2]

    Definition Classes
    IterableLike
  42. def dropWhile(p: (Product2[T1, T2]) ⇒ Boolean): CollSeq2[T1, T2]

    Definition Classes
    TraversableLike → GenTraversableLike
  43. def endsWith[B](that: GenSeq[B]): Boolean

    Definition Classes
    SeqLike → GenSeqLike
  44. def ensuring(cond: (CollSeq2[T1, T2]) ⇒ Boolean, msg: ⇒ Any): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to Ensuring[CollSeq2[T1, T2]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  45. def ensuring(cond: (CollSeq2[T1, T2]) ⇒ Boolean): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to Ensuring[CollSeq2[T1, T2]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  46. def ensuring(cond: Boolean, msg: ⇒ Any): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to Ensuring[CollSeq2[T1, T2]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  47. def ensuring(cond: Boolean): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to Ensuring[CollSeq2[T1, T2]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  48. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  49. def equals(that: Any): Boolean

    Definition Classes
    GenSeqLike → Equals → Any
  50. def exists(p: (Product2[T1, T2]) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  51. def filter(p: (Product2[T1, T2]) ⇒ Boolean): CollSeq2[T1, T2]

    Definition Classes
    TraversableLike → GenTraversableLike
  52. def filterNot(p: (Product2[T1, T2]) ⇒ Boolean): CollSeq2[T1, T2]

    Definition Classes
    TraversableLike → GenTraversableLike
  53. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  54. def find(p: (Product2[T1, T2]) ⇒ Boolean): Option[Product2[T1, T2]]

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  55. def flatMap[B, That](f: (Product2[T1, T2]) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  56. def flatZip[B](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], (T1, T2, B), CollSeq3[T1, T2, B]]): CollSeq3[T1, T2, B]

  57. def flatten[B](implicit asTraversable: (Product2[T1, T2]) ⇒ GenTraversableOnce[B]): IndexedSeq[B]

    Definition Classes
    GenericTraversableTemplate
  58. def fold[A1 >: Product2[T1, T2]](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  59. def foldLeft[B](z: B)(op: (B, Product2[T1, T2]) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  60. def foldRight[B](z: B)(op: (Product2[T1, T2], B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  61. def forall(p: (Product2[T1, T2]) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  62. def foreach[U](f: (Product2[T1, T2]) ⇒ U): Unit

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  63. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to StringFormat[CollSeq2[T1, T2]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  64. def genericBuilder[B]: Builder[B, IndexedSeq[B]]

    Definition Classes
    GenericTraversableTemplate
  65. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  66. def groupBy[K](f: (Product2[T1, T2]) ⇒ K): Map[K, CollSeq2[T1, T2]]

    Definition Classes
    TraversableLike → GenTraversableLike
  67. def grouped(size: Int): Iterator[CollSeq2[T1, T2]]

    Definition Classes
    IterableLike
  68. def hasDefiniteSize: Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  69. def hashCode(): Int

    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  70. def head: Product2[T1, T2]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  71. def headOption: Option[Product2[T1, T2]]

    Definition Classes
    TraversableLike → GenTraversableLike
  72. def indexOf[B >: Product2[T1, T2]](elem: B, from: Int): Int

    Definition Classes
    GenSeqLike
  73. def indexOf[B >: Product2[T1, T2]](elem: B): Int

    Definition Classes
    GenSeqLike
  74. def indexOfSlice[B >: Product2[T1, T2]](that: GenSeq[B], from: Int): Int

    Definition Classes
    SeqLike
  75. def indexOfSlice[B >: Product2[T1, T2]](that: GenSeq[B]): Int

    Definition Classes
    SeqLike
  76. def indexWhere(p: (Product2[T1, T2]) ⇒ Boolean, from: Int): Int

    Definition Classes
    SeqLike → GenSeqLike
  77. def indexWhere(p: (Product2[T1, T2]) ⇒ Boolean): Int

    Definition Classes
    GenSeqLike
  78. def indices: Range

    Definition Classes
    SeqLike
  79. def init: CollSeq2[T1, T2]

    Definition Classes
    TraversableLike → GenTraversableLike
  80. def inits: Iterator[CollSeq2[T1, T2]]

    Definition Classes
    TraversableLike
  81. def intersect[B >: Product2[T1, T2]](that: GenSeq[B]): CollSeq2[T1, T2]

    Definition Classes
    SeqLike → GenSeqLike
  82. def isDefinedAt(idx: Int): Boolean

    Definition Classes
    GenSeqLike
  83. def isEmpty: Boolean

    Definition Classes
    SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  84. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  85. final def isTraversableAgain: Boolean

    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  86. def iterator: Iterator[Product2[T1, T2]]

    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  87. def last: Product2[T1, T2]

    Definition Classes
    TraversableLike → GenTraversableLike
  88. def lastIndexOf[B >: Product2[T1, T2]](elem: B, end: Int): Int

    Definition Classes
    GenSeqLike
  89. def lastIndexOf[B >: Product2[T1, T2]](elem: B): Int

    Definition Classes
    GenSeqLike
  90. def lastIndexOfSlice[B >: Product2[T1, T2]](that: GenSeq[B], end: Int): Int

    Definition Classes
    SeqLike
  91. def lastIndexOfSlice[B >: Product2[T1, T2]](that: GenSeq[B]): Int

    Definition Classes
    SeqLike
  92. def lastIndexWhere(p: (Product2[T1, T2]) ⇒ Boolean, end: Int): Int

    Definition Classes
    SeqLike → GenSeqLike
  93. def lastIndexWhere(p: (Product2[T1, T2]) ⇒ Boolean): Int

    Definition Classes
    GenSeqLike
  94. def lastOption: Option[Product2[T1, T2]]

    Definition Classes
    TraversableLike → GenTraversableLike
  95. lazy val length: Int

    Definition Classes
    CollSeq2 → SeqLike → GenSeqLike
  96. def lengthCompare(len: Int): Int

    Definition Classes
    SeqLike
  97. def lift: (Int) ⇒ Option[Product2[T1, T2]]

    Definition Classes
    PartialFunction
  98. def map[B, That](f: (Product2[T1, T2]) ⇒ B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  99. def max[B >: Product2[T1, T2]](implicit cmp: Ordering[B]): Product2[T1, T2]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  100. def maxBy[B](f: (Product2[T1, T2]) ⇒ B)(implicit cmp: Ordering[B]): Product2[T1, T2]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  101. def min[B >: Product2[T1, T2]](implicit cmp: Ordering[B]): Product2[T1, T2]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. def minBy[B](f: (Product2[T1, T2]) ⇒ B)(implicit cmp: Ordering[B]): Product2[T1, T2]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  103. def mkString: String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  104. def mkString(sep: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  105. def mkString(start: String, sep: String, end: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  106. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  107. def newBuilder: Builder[Product2[T1, T2], CollSeq2[T1, T2]]

    Attributes
    protected[this]
    Definition Classes
    CollSeq2 → GenericTraversableTemplate → TraversableLike → HasNewBuilder
  108. def nonEmpty: Boolean

    Definition Classes
    TraversableOnce → GenTraversableOnce
  109. final def notify(): Unit

    Definition Classes
    AnyRef
  110. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  111. def orElse[A1 <: Int, B1 >: Product2[T1, T2]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Definition Classes
    PartialFunction
  112. def padTo[B >: Product2[T1, T2], That](len: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  113. def par: ParSeq[Product2[T1, T2]]

    Definition Classes
    Parallelizable
  114. def parCombiner: Combiner[Product2[T1, T2], ParSeq[Product2[T1, T2]]]

    Attributes
    protected[this]
    Definition Classes
    SeqLike → TraversableLike → Parallelizable
  115. def partition(p: (Product2[T1, T2]) ⇒ Boolean): (CollSeq2[T1, T2], CollSeq2[T1, T2])

    Definition Classes
    TraversableLike → GenTraversableLike
  116. def patch[B >: Product2[T1, T2], That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  117. def permutations: Iterator[CollSeq2[T1, T2]]

    Definition Classes
    SeqLike
  118. def prefixLength(p: (Product2[T1, T2]) ⇒ Boolean): Int

    Definition Classes
    GenSeqLike
  119. def product[B >: Product2[T1, T2]](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  120. def productArity: Int

    Definition Classes
    Product2 → Product
  121. def productElement(n: Int): Seq[Any]

    Definition Classes
    CollSeq2 → Product2 → Product
  122. def productIterator: Iterator[Seq[Any]]

    Definition Classes
    CollSeq → Product
  123. def productPrefix: String

    Definition Classes
    Product
  124. def reduce[A1 >: Product2[T1, T2]](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  125. def reduceLeft[B >: Product2[T1, T2]](op: (B, Product2[T1, T2]) ⇒ B): B

    Definition Classes
    TraversableOnce
  126. def reduceLeftOption[B >: Product2[T1, T2]](op: (B, Product2[T1, T2]) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  127. def reduceOption[A1 >: Product2[T1, T2]](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  128. def reduceRight[B >: Product2[T1, T2]](op: (Product2[T1, T2], B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  129. def reduceRightOption[B >: Product2[T1, T2]](op: (Product2[T1, T2], B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  130. def repr: CollSeq2[T1, T2]

    Definition Classes
    TraversableLike → GenTraversableLike
  131. def reverse: CollSeq2[T1, T2]

    Definition Classes
    SeqLike → GenSeqLike
  132. def reverseIterator: Iterator[Product2[T1, T2]]

    Definition Classes
    SeqLike
  133. def reverseMap[B, That](f: (Product2[T1, T2]) ⇒ B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  134. def reversed: List[Product2[T1, T2]]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  135. def runWith[U](action: (Product2[T1, T2]) ⇒ U): (Int) ⇒ Boolean

    Definition Classes
    PartialFunction
  136. def sameElements[B >: Product2[T1, T2]](that: GenIterable[B]): Boolean

    Definition Classes
    IterableLike → GenIterableLike
  137. def scan[B >: Product2[T1, T2], That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  138. def scanLeft[B, That](z: B)(op: (B, Product2[T1, T2]) ⇒ B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  139. def scanRight[B, That](z: B)(op: (Product2[T1, T2], B) ⇒ B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], 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.

  140. def segmentLength(p: (Product2[T1, T2]) ⇒ Boolean, from: Int): Int

    Definition Classes
    SeqLike → GenSeqLike
  141. def seq: IndexedSeq[Product2[T1, T2]]

    Definition Classes
    IndexedSeq → IndexedSeqLike → Seq → GenSeq → GenSeqLike → Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  142. def size: Int

    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  143. def slice(from: Int, until: Int): CollSeq2[T1, T2]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  144. def sliding(size: Int, step: Int): Iterator[CollSeq2[T1, T2]]

    Definition Classes
    IterableLike
  145. def sliding(size: Int): Iterator[CollSeq2[T1, T2]]

    Definition Classes
    IterableLike
  146. def sortBy[B](f: (Product2[T1, T2]) ⇒ B)(implicit ord: Ordering[B]): CollSeq2[T1, T2]

    Definition Classes
    SeqLike
  147. def sortWith(lt: (Product2[T1, T2], Product2[T1, T2]) ⇒ Boolean): CollSeq2[T1, T2]

    Definition Classes
    SeqLike
  148. def sorted[B >: Product2[T1, T2]](implicit ord: Ordering[B]): CollSeq2[T1, T2]

    Definition Classes
    SeqLike
  149. def span(p: (Product2[T1, T2]) ⇒ Boolean): (CollSeq2[T1, T2], CollSeq2[T1, T2])

    Definition Classes
    TraversableLike → GenTraversableLike
  150. def splitAt(n: Int): (CollSeq2[T1, T2], CollSeq2[T1, T2])

    Definition Classes
    TraversableLike → GenTraversableLike
  151. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Definition Classes
    SeqLike → GenSeqLike
  152. def startsWith[B](that: GenSeq[B]): Boolean

    Definition Classes
    GenSeqLike
  153. def stringPrefix: String

    Definition Classes
    TraversableLike → GenTraversableLike
  154. def sum[B >: Product2[T1, T2]](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  155. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  156. def tail: CollSeq2[T1, T2]

    Definition Classes
    TraversableLike → GenTraversableLike
  157. def tails: Iterator[CollSeq2[T1, T2]]

    Definition Classes
    TraversableLike
  158. def take(n: Int): CollSeq2[T1, T2]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  159. def takeRight(n: Int): CollSeq2[T1, T2]

    Definition Classes
    IterableLike
  160. def takeWhile(p: (Product2[T1, T2]) ⇒ Boolean): CollSeq2[T1, T2]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  161. def thisCollection: IndexedSeq[Product2[T1, T2]]

    Attributes
    protected[this]
    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  162. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Product2[T1, T2], Col[Product2[T1, T2]]]): Col[Product2[T1, T2]]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  163. def toArray[B >: Product2[T1, T2]](implicit arg0: ClassTag[B]): Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  164. def toBuffer[A1 >: Product2[T1, T2]]: Buffer[A1]

    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  165. def toCollection(repr: CollSeq2[T1, T2]): IndexedSeq[Product2[T1, T2]]

    Attributes
    protected[this]
    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  166. def toIndexedSeq: IndexedSeq[Product2[T1, T2]]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  167. def toIterable: Iterable[Product2[T1, T2]]

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  168. def toIterator: Iterator[Product2[T1, T2]]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  169. def toList: List[Product2[T1, T2]]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  170. def toMap[T, U](implicit ev: <:<[Product2[T1, T2], (T, U)]): Map[T, U]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  171. def toParArray: ParArray[T]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to CollectionsHaveToParArray[CollSeq2[T1, T2], T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (CollSeq2[T1, T2]) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  172. def toSeq: Seq[Product2[T1, T2]]

    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  173. def toSet[B >: Product2[T1, T2]]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  174. def toStream: Stream[Product2[T1, T2]]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  175. def toString(): String

    Definition Classes
    CollSeq → SeqLike → TraversableLike → Function1 → AnyRef → Any
  176. def toTraversable: Traversable[Product2[T1, T2]]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  177. def toVector: Vector[Product2[T1, T2]]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  178. def transpose[B](implicit asTraversable: (Product2[T1, T2]) ⇒ GenTraversableOnce[B]): IndexedSeq[IndexedSeq[B]]

    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  179. val underlying: Seq[Product2[T1, T2]]

  180. def union[B >: Product2[T1, T2], That](that: GenSeq[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  181. def unzip[A1, A2](implicit asPair: (Product2[T1, T2]) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])

    Definition Classes
    GenericTraversableTemplate
  182. def unzip3[A1, A2, A3](implicit asTriple: (Product2[T1, T2]) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])

    Definition Classes
    GenericTraversableTemplate
  183. def updated[B >: Product2[T1, T2], That](index: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  184. def view(from: Int, until: Int): SeqView[Product2[T1, T2], CollSeq2[T1, T2]]

    Definition Classes
    SeqLike → IterableLike → TraversableLike
  185. def view: SeqView[Product2[T1, T2], CollSeq2[T1, T2]]

    Definition Classes
    SeqLike → IterableLike → TraversableLike
  186. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  187. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  188. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  189. def withFilter(p: (Product2[T1, T2]) ⇒ Boolean): FilterMonadic[Product2[T1, T2], CollSeq2[T1, T2]]

    Definition Classes
    TraversableLike → FilterMonadic
  190. def zip[A1 >: Product2[T1, T2], B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  191. def zipAll[B, A1 >: Product2[T1, T2], That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  192. def zipWithIndex[A1 >: Product2[T1, T2], That](implicit bf: CanBuildFrom[CollSeq2[T1, T2], (A1, Int), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  193. def [B](y: B): (CollSeq2[T1, T2], B)

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to ArrowAssoc[CollSeq2[T1, T2]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def ++[B >: Product2[T1, T2], That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).++(that)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  2. def ++[B >: Product2[T1, T2], That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).++(that)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  3. def ++:[B >: Product2[T1, T2], That](that: Traversable[B])(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).++:(that)(bf)
    Definition Classes
    TraversableLike
  4. def ++:[B >: Product2[T1, T2], That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).++:(that)(bf)
    Definition Classes
    TraversableLike
  5. def ++:[B >: Product2[T1, T2], That](that: Traversable[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).++:(that)(bf)
    Definition Classes
    TraversableLike
  6. def ++:[B >: Product2[T1, T2], That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).++:(that)(bf)
    Definition Classes
    TraversableLike
  7. def +:[B >: Product2[T1, T2], That](elem: B)(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).+:(elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  8. def +:[B >: Product2[T1, T2], That](elem: B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).+:(elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  9. def /:[B](z: B)(op: (B, Product1[Product2[T1, T2]]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]])./:(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. def /:[B](z: B)(op: (B, Product2[T1, T2]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2])./:(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  11. def :+[B >: Product2[T1, T2], That](elem: B)(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).:+(elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  12. def :+[B >: Product2[T1, T2], That](elem: B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).:+(elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  13. def :\[B](z: B)(op: (Product1[Product2[T1, T2]], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).:\(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  14. def :\[B](z: B)(op: (Product2[T1, T2], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).:\(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  15. def addString(b: StringBuilder): StringBuilder

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).addString(b)
    Definition Classes
    TraversableOnce
  16. def addString(b: StringBuilder, sep: String): StringBuilder

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).addString(b, sep)
    Definition Classes
    TraversableOnce
  17. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).addString(b, start, sep, end)
    Definition Classes
    TraversableOnce
  18. def addString(b: StringBuilder): StringBuilder

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).addString(b)
    Definition Classes
    TraversableOnce
  19. def addString(b: StringBuilder, sep: String): StringBuilder

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).addString(b, sep)
    Definition Classes
    TraversableOnce
  20. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).addString(b, start, sep, end)
    Definition Classes
    TraversableOnce
  21. def aggregate[B](z: ⇒ B)(seqop: (B, Product1[Product2[T1, T2]]) ⇒ B, combop: (B, B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).aggregate(z)(seqop, combop)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  22. def aggregate[B](z: ⇒ B)(seqop: (B, Product2[T1, T2]) ⇒ B, combop: (B, B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).aggregate(z)(seqop, combop)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  23. def andThen[C](k: (Product1[Product2[T1, T2]]) ⇒ C): PartialFunction[Int, C]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).andThen(k)
    Definition Classes
    PartialFunction → Function1
  24. def andThen[C](k: (Product2[T1, T2]) ⇒ C): PartialFunction[Int, C]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).andThen(k)
    Definition Classes
    PartialFunction → Function1
  25. def apply(idx: Int): Product1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).apply(idx)
    Definition Classes
    CollSeq1 → SeqLike → GenSeqLike → Function1
  26. def apply(idx: Int): Product2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).apply(idx)
    Definition Classes
    CollSeq2 → SeqLike → GenSeqLike → Function1
  27. def applyOrElse[A1 <: Int, B1 >: Product2[T1, T2]](x: A1, default: (A1) ⇒ B1): B1

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).applyOrElse(x, default)
    Definition Classes
    PartialFunction
  28. def applyOrElse[A1 <: Int, B1 >: Product2[T1, T2]](x: A1, default: (A1) ⇒ B1): B1

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).applyOrElse(x, default)
    Definition Classes
    PartialFunction
  29. def canEqual(that: Any): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).canEqual(that)
    Definition Classes
    IterableLike → Equals
  30. def canEqual(that: Any): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).canEqual(that)
    Definition Classes
    IterableLike → Equals
  31. def collect[B, That](pf: PartialFunction[Product1[Product2[T1, T2]], B])(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).collect(pf)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  32. def collect[B, That](pf: PartialFunction[Product2[T1, T2], B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).collect(pf)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  33. def collectFirst[B](pf: PartialFunction[Product1[Product2[T1, T2]], B]): Option[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).collectFirst(pf)
    Definition Classes
    TraversableOnce
  34. def collectFirst[B](pf: PartialFunction[Product2[T1, T2], B]): Option[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).collectFirst(pf)
    Definition Classes
    TraversableOnce
  35. def combinations(n: Int): Iterator[CollSeq1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).combinations(n)
    Definition Classes
    SeqLike
  36. def combinations(n: Int): Iterator[CollSeq2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).combinations(n)
    Definition Classes
    SeqLike
  37. def companion: GenericCompanion[IndexedSeq]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).companion
    Definition Classes
    IndexedSeq → Seq → GenSeq → Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  38. def companion: GenericCompanion[IndexedSeq]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).companion
    Definition Classes
    IndexedSeq → Seq → GenSeq → Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  39. def compose[A](g: (A) ⇒ Int): (A) ⇒ Product1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  40. def compose[A](g: (A) ⇒ Int): (A) ⇒ Product2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  41. def contains[A1 >: Product2[T1, T2]](elem: A1): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).contains(elem)
    Definition Classes
    SeqLike
  42. def contains[A1 >: Product2[T1, T2]](elem: A1): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).contains(elem)
    Definition Classes
    SeqLike
  43. def containsSlice[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).containsSlice(that)
    Definition Classes
    SeqLike
  44. def containsSlice[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).containsSlice(that)
    Definition Classes
    SeqLike
  45. def copyToArray[B >: Product2[T1, T2]](xs: Array[B], start: Int, len: Int): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).copyToArray(xs, start, len)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  46. def copyToArray[B >: Product2[T1, T2]](xs: Array[B]): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).copyToArray(xs)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  47. def copyToArray[B >: Product2[T1, T2]](xs: Array[B], start: Int): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).copyToArray(xs, start)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  48. def copyToArray[B >: Product2[T1, T2]](xs: Array[B], start: Int, len: Int): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).copyToArray(xs, start, len)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  49. def copyToArray[B >: Product2[T1, T2]](xs: Array[B]): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).copyToArray(xs)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  50. def copyToArray[B >: Product2[T1, T2]](xs: Array[B], start: Int): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).copyToArray(xs, start)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  51. def copyToBuffer[B >: Product2[T1, T2]](dest: Buffer[B]): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).copyToBuffer(dest)
    Definition Classes
    TraversableOnce
  52. def copyToBuffer[B >: Product2[T1, T2]](dest: Buffer[B]): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).copyToBuffer(dest)
    Definition Classes
    TraversableOnce
  53. def corresponds[B](that: GenSeq[B])(p: (Product1[Product2[T1, T2]], B) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).corresponds(that)(p)
    Definition Classes
    SeqLike → GenSeqLike
  54. def corresponds[B](that: GenSeq[B])(p: (Product2[T1, T2], B) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).corresponds(that)(p)
    Definition Classes
    SeqLike → GenSeqLike
  55. def count(p: (Product1[Product2[T1, T2]]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).count(p)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  56. def count(p: (Product2[T1, T2]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).count(p)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  57. def diff[B >: Product2[T1, T2]](that: GenSeq[B]): CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).diff(that)
    Definition Classes
    SeqLike → GenSeqLike
  58. def diff[B >: Product2[T1, T2]](that: GenSeq[B]): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).diff(that)
    Definition Classes
    SeqLike → GenSeqLike
  59. def distinct: CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).distinct
    Definition Classes
    SeqLike → GenSeqLike
  60. def distinct: CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).distinct
    Definition Classes
    SeqLike → GenSeqLike
  61. def drop(n: Int): CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).drop(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  62. def drop(n: Int): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).drop(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  63. def dropRight(n: Int): CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).dropRight(n)
    Definition Classes
    IterableLike
  64. def dropRight(n: Int): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).dropRight(n)
    Definition Classes
    IterableLike
  65. def dropWhile(p: (Product1[Product2[T1, T2]]) ⇒ Boolean): CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).dropWhile(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  66. def dropWhile(p: (Product2[T1, T2]) ⇒ Boolean): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).dropWhile(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  67. def endsWith[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).endsWith(that)
    Definition Classes
    SeqLike → GenSeqLike
  68. def endsWith[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).endsWith(that)
    Definition Classes
    SeqLike → GenSeqLike
  69. def equals(that: Any): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).equals(that)
    Definition Classes
    GenSeqLike → Equals → Any
  70. def equals(that: Any): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).equals(that)
    Definition Classes
    GenSeqLike → Equals → Any
  71. def exists(p: (Product1[Product2[T1, T2]]) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).exists(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  72. def exists(p: (Product2[T1, T2]) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).exists(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  73. def filter(p: (Product2[T1, T2]) ⇒ Boolean): TraversableOnce[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to MonadOps[Product2[T1, T2]] 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:
    (collSeq2: MonadOps[Product2[T1, T2]]).filter(p)
    Definition Classes
    MonadOps
  74. def filter(p: (Product1[Product2[T1, T2]]) ⇒ Boolean): CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).filter(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  75. def filter(p: (Product2[T1, T2]) ⇒ Boolean): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).filter(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  76. def filterNot(p: (Product1[Product2[T1, T2]]) ⇒ Boolean): CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).filterNot(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  77. def filterNot(p: (Product2[T1, T2]) ⇒ Boolean): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).filterNot(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  78. def find(p: (Product1[Product2[T1, T2]]) ⇒ Boolean): Option[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).find(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  79. def find(p: (Product2[T1, T2]) ⇒ Boolean): Option[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).find(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  80. def flatMap[B](f: (Product2[T1, T2]) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to MonadOps[Product2[T1, T2]] 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:
    (collSeq2: MonadOps[Product2[T1, T2]]).flatMap(f)
    Definition Classes
    MonadOps
  81. def flatMap[B, That](f: (Product1[Product2[T1, T2]]) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).flatMap(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  82. def flatMap[B, That](f: (Product2[T1, T2]) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).flatMap(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  83. def flatZip[B](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], (Product2[T1, T2], B), CollSeq2[Product2[T1, T2], B]]): CollSeq2[Product2[T1, T2], B]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).flatZip(that)(bf)
    Definition Classes
    CollSeq1
  84. def flatZip[B](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], (T1, T2, B), CollSeq3[T1, T2, B]]): CollSeq3[T1, T2, B]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).flatZip(that)(bf)
  85. def flatten[B](implicit asTraversable: (Product1[Product2[T1, T2]]) ⇒ GenTraversableOnce[B]): IndexedSeq[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).flatten(asTraversable)
    Definition Classes
    GenericTraversableTemplate
  86. def flatten[B](implicit asTraversable: (Product2[T1, T2]) ⇒ GenTraversableOnce[B]): IndexedSeq[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).flatten(asTraversable)
    Definition Classes
    GenericTraversableTemplate
  87. def fold[A1 >: Product2[T1, T2]](z: A1)(op: (A1, A1) ⇒ A1): A1

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).fold(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  88. def fold[A1 >: Product2[T1, T2]](z: A1)(op: (A1, A1) ⇒ A1): A1

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).fold(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  89. def foldLeft[B](z: B)(op: (B, Product1[Product2[T1, T2]]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).foldLeft(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  90. def foldLeft[B](z: B)(op: (B, Product2[T1, T2]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).foldLeft(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  91. def foldRight[B](z: B)(op: (Product1[Product2[T1, T2]], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).foldRight(z)(op)
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  92. def foldRight[B](z: B)(op: (Product2[T1, T2], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).foldRight(z)(op)
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  93. def forall(p: (Product1[Product2[T1, T2]]) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).forall(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  94. def forall(p: (Product2[T1, T2]) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).forall(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  95. def foreach[U](f: (Product1[Product2[T1, T2]]) ⇒ U): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).foreach(f)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  96. def foreach[U](f: (Product2[T1, T2]) ⇒ U): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).foreach(f)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  97. def genericBuilder[B]: Builder[B, IndexedSeq[B]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).genericBuilder
    Definition Classes
    GenericTraversableTemplate
  98. def genericBuilder[B]: Builder[B, IndexedSeq[B]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).genericBuilder
    Definition Classes
    GenericTraversableTemplate
  99. def groupBy[K](f: (Product1[Product2[T1, T2]]) ⇒ K): Map[K, CollSeq1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).groupBy(f)
    Definition Classes
    TraversableLike → GenTraversableLike
  100. def groupBy[K](f: (Product2[T1, T2]) ⇒ K): Map[K, CollSeq2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).groupBy(f)
    Definition Classes
    TraversableLike → GenTraversableLike
  101. def grouped(size: Int): Iterator[CollSeq1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).grouped(size)
    Definition Classes
    IterableLike
  102. def grouped(size: Int): Iterator[CollSeq2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).grouped(size)
    Definition Classes
    IterableLike
  103. def hasDefiniteSize: Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).hasDefiniteSize
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  104. def hasDefiniteSize: Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).hasDefiniteSize
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  105. def hashCode(): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).hashCode()
    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  106. def hashCode(): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).hashCode()
    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  107. def head: Product1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).head
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  108. def head: Product2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).head
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  109. def headOption: Option[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).headOption
    Definition Classes
    TraversableLike → GenTraversableLike
  110. def headOption: Option[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).headOption
    Definition Classes
    TraversableLike → GenTraversableLike
  111. def indexOf[B >: Product2[T1, T2]](elem: B, from: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).indexOf(elem, from)
    Definition Classes
    GenSeqLike
  112. def indexOf[B >: Product2[T1, T2]](elem: B): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).indexOf(elem)
    Definition Classes
    GenSeqLike
  113. def indexOf[B >: Product2[T1, T2]](elem: B, from: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).indexOf(elem, from)
    Definition Classes
    GenSeqLike
  114. def indexOf[B >: Product2[T1, T2]](elem: B): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).indexOf(elem)
    Definition Classes
    GenSeqLike
  115. def indexOfSlice[B >: Product2[T1, T2]](that: GenSeq[B], from: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).indexOfSlice(that, from)
    Definition Classes
    SeqLike
  116. def indexOfSlice[B >: Product2[T1, T2]](that: GenSeq[B]): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).indexOfSlice(that)
    Definition Classes
    SeqLike
  117. def indexOfSlice[B >: Product2[T1, T2]](that: GenSeq[B], from: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).indexOfSlice(that, from)
    Definition Classes
    SeqLike
  118. def indexOfSlice[B >: Product2[T1, T2]](that: GenSeq[B]): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).indexOfSlice(that)
    Definition Classes
    SeqLike
  119. def indexWhere(p: (Product1[Product2[T1, T2]]) ⇒ Boolean, from: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).indexWhere(p, from)
    Definition Classes
    SeqLike → GenSeqLike
  120. def indexWhere(p: (Product1[Product2[T1, T2]]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).indexWhere(p)
    Definition Classes
    GenSeqLike
  121. def indexWhere(p: (Product2[T1, T2]) ⇒ Boolean, from: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).indexWhere(p, from)
    Definition Classes
    SeqLike → GenSeqLike
  122. def indexWhere(p: (Product2[T1, T2]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).indexWhere(p)
    Definition Classes
    GenSeqLike
  123. def indices: Range

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).indices
    Definition Classes
    SeqLike
  124. def indices: Range

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).indices
    Definition Classes
    SeqLike
  125. def init: CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).init
    Definition Classes
    TraversableLike → GenTraversableLike
  126. def init: CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).init
    Definition Classes
    TraversableLike → GenTraversableLike
  127. def inits: Iterator[CollSeq1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).inits
    Definition Classes
    TraversableLike
  128. def inits: Iterator[CollSeq2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).inits
    Definition Classes
    TraversableLike
  129. def intersect[B >: Product2[T1, T2]](that: GenSeq[B]): CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).intersect(that)
    Definition Classes
    SeqLike → GenSeqLike
  130. def intersect[B >: Product2[T1, T2]](that: GenSeq[B]): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).intersect(that)
    Definition Classes
    SeqLike → GenSeqLike
  131. def isDefinedAt(idx: Int): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).isDefinedAt(idx)
    Definition Classes
    GenSeqLike
  132. def isDefinedAt(idx: Int): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).isDefinedAt(idx)
    Definition Classes
    GenSeqLike
  133. def isEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).isEmpty
    Definition Classes
    SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  134. def isEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).isEmpty
    Definition Classes
    SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  135. final def isTraversableAgain: Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).isTraversableAgain
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  136. final def isTraversableAgain: Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).isTraversableAgain
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  137. def iterator: Iterator[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).iterator
    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  138. def iterator: Iterator[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).iterator
    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  139. def last: Product1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).last
    Definition Classes
    TraversableLike → GenTraversableLike
  140. def last: Product2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).last
    Definition Classes
    TraversableLike → GenTraversableLike
  141. def lastIndexOf[B >: Product2[T1, T2]](elem: B, end: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).lastIndexOf(elem, end)
    Definition Classes
    GenSeqLike
  142. def lastIndexOf[B >: Product2[T1, T2]](elem: B): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).lastIndexOf(elem)
    Definition Classes
    GenSeqLike
  143. def lastIndexOf[B >: Product2[T1, T2]](elem: B, end: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).lastIndexOf(elem, end)
    Definition Classes
    GenSeqLike
  144. def lastIndexOf[B >: Product2[T1, T2]](elem: B): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).lastIndexOf(elem)
    Definition Classes
    GenSeqLike
  145. def lastIndexOfSlice[B >: Product2[T1, T2]](that: GenSeq[B], end: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).lastIndexOfSlice(that, end)
    Definition Classes
    SeqLike
  146. def lastIndexOfSlice[B >: Product2[T1, T2]](that: GenSeq[B]): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).lastIndexOfSlice(that)
    Definition Classes
    SeqLike
  147. def lastIndexOfSlice[B >: Product2[T1, T2]](that: GenSeq[B], end: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).lastIndexOfSlice(that, end)
    Definition Classes
    SeqLike
  148. def lastIndexOfSlice[B >: Product2[T1, T2]](that: GenSeq[B]): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).lastIndexOfSlice(that)
    Definition Classes
    SeqLike
  149. def lastIndexWhere(p: (Product1[Product2[T1, T2]]) ⇒ Boolean, end: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).lastIndexWhere(p, end)
    Definition Classes
    SeqLike → GenSeqLike
  150. def lastIndexWhere(p: (Product1[Product2[T1, T2]]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).lastIndexWhere(p)
    Definition Classes
    GenSeqLike
  151. def lastIndexWhere(p: (Product2[T1, T2]) ⇒ Boolean, end: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).lastIndexWhere(p, end)
    Definition Classes
    SeqLike → GenSeqLike
  152. def lastIndexWhere(p: (Product2[T1, T2]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).lastIndexWhere(p)
    Definition Classes
    GenSeqLike
  153. def lastOption: Option[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).lastOption
    Definition Classes
    TraversableLike → GenTraversableLike
  154. def lastOption: Option[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).lastOption
    Definition Classes
    TraversableLike → GenTraversableLike
  155. lazy val length: Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).length
    Definition Classes
    CollSeq1 → SeqLike → GenSeqLike
  156. lazy val length: Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).length
    Definition Classes
    CollSeq2 → SeqLike → GenSeqLike
  157. def lengthCompare(len: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).lengthCompare(len)
    Definition Classes
    SeqLike
  158. def lengthCompare(len: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).lengthCompare(len)
    Definition Classes
    SeqLike
  159. def lift: (Int) ⇒ Option[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).lift
    Definition Classes
    PartialFunction
  160. def lift: (Int) ⇒ Option[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).lift
    Definition Classes
    PartialFunction
  161. def map[B](f: (Product2[T1, T2]) ⇒ B): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to MonadOps[Product2[T1, T2]] 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:
    (collSeq2: MonadOps[Product2[T1, T2]]).map(f)
    Definition Classes
    MonadOps
  162. def map[B, That](f: (Product1[Product2[T1, T2]]) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).map(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  163. def map[B, That](f: (Product2[T1, T2]) ⇒ B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).map(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  164. def max[B >: Product2[T1, T2]](implicit cmp: Ordering[B]): Product1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).max(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  165. def max[B >: Product2[T1, T2]](implicit cmp: Ordering[B]): Product2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).max(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  166. def maxBy[B](f: (Product1[Product2[T1, T2]]) ⇒ B)(implicit cmp: Ordering[B]): Product1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).maxBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  167. def maxBy[B](f: (Product2[T1, T2]) ⇒ B)(implicit cmp: Ordering[B]): Product2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).maxBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  168. lazy val mean: Double

    The weighted arithmetic mean of all the elements

    The weighted arithmetic mean of all the elements

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to WeightedStats[T1, T2] performed by method SeqABToWeightedStatsAB in com.github.marklister.collections. This conversion will take place only if T1 is a numeric class, such as Int, Long, Float or Double (T1: Numeric) and at the same time T2 is a numeric class, such as Int, Long, Float or Double (T2: Numeric).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (collSeq2: WeightedStats[T1, T2]).mean
    Definition Classes
    WeightedStats
  169. lazy val mean: Double

    The arithmetic mean of all the elements

    The arithmetic mean of all the elements

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to Stats[Product2[T1, T2]] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[Product2[T1, T2]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (collSeq2: Stats[Product2[T1, T2]]).mean
    Definition Classes
    Stats
  170. def min[B >: Product2[T1, T2]](implicit cmp: Ordering[B]): Product1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).min(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  171. def min[B >: Product2[T1, T2]](implicit cmp: Ordering[B]): Product2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).min(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  172. def minBy[B](f: (Product1[Product2[T1, T2]]) ⇒ B)(implicit cmp: Ordering[B]): Product1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).minBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  173. def minBy[B](f: (Product2[T1, T2]) ⇒ B)(implicit cmp: Ordering[B]): Product2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).minBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  174. def mkString: String

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).mkString
    Definition Classes
    TraversableOnce → GenTraversableOnce
  175. def mkString(sep: String): String

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).mkString(sep)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  176. def mkString(start: String, sep: String, end: String): String

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).mkString(start, sep, end)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  177. def mkString: String

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).mkString
    Definition Classes
    TraversableOnce → GenTraversableOnce
  178. def mkString(sep: String): String

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).mkString(sep)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  179. def mkString(start: String, sep: String, end: String): String

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).mkString(start, sep, end)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  180. def nonEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).nonEmpty
    Definition Classes
    TraversableOnce → GenTraversableOnce
  181. def nonEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).nonEmpty
    Definition Classes
    TraversableOnce → GenTraversableOnce
  182. def orElse[A1 <: Int, B1 >: Product2[T1, T2]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).orElse(that)
    Definition Classes
    PartialFunction
  183. def orElse[A1 <: Int, B1 >: Product2[T1, T2]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).orElse(that)
    Definition Classes
    PartialFunction
  184. def padTo[B >: Product2[T1, T2], That](len: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).padTo(len, elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  185. def padTo[B >: Product2[T1, T2], That](len: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).padTo(len, elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  186. def par: ParSeq[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).par
    Definition Classes
    Parallelizable
  187. def par: ParSeq[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).par
    Definition Classes
    Parallelizable
  188. def partition(p: (Product1[Product2[T1, T2]]) ⇒ Boolean): (CollSeq1[Product2[T1, T2]], CollSeq1[Product2[T1, T2]])

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).partition(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  189. def partition(p: (Product2[T1, T2]) ⇒ Boolean): (CollSeq2[T1, T2], CollSeq2[T1, T2])

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).partition(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  190. def patch[B >: Product2[T1, T2], That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).patch(from, patch, replaced)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  191. def patch[B >: Product2[T1, T2], That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).patch(from, patch, replaced)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  192. def permutations: Iterator[CollSeq1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).permutations
    Definition Classes
    SeqLike
  193. def permutations: Iterator[CollSeq2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).permutations
    Definition Classes
    SeqLike
  194. def prefixLength(p: (Product1[Product2[T1, T2]]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).prefixLength(p)
    Definition Classes
    GenSeqLike
  195. def prefixLength(p: (Product2[T1, T2]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).prefixLength(p)
    Definition Classes
    GenSeqLike
  196. def product[B >: Product2[T1, T2]](implicit num: Numeric[B]): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).product(num)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  197. def product[B >: Product2[T1, T2]](implicit num: Numeric[B]): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).product(num)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  198. def productArity: Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).productArity
    Definition Classes
    Product1 → Product
  199. def productArity: Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).productArity
    Definition Classes
    Product2 → Product
  200. def productElement(n: Int): Seq[Any]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).productElement(n)
    Definition Classes
    CollSeq1 → Product1 → Product
  201. def productElement(n: Int): Seq[Any]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).productElement(n)
    Definition Classes
    CollSeq2 → Product2 → Product
  202. def productIterator: Iterator[Seq[Any]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).productIterator
    Definition Classes
    CollSeq → Product
  203. def productIterator: Iterator[Seq[Any]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).productIterator
    Definition Classes
    CollSeq → Product
  204. def productPrefix: String

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).productPrefix
    Definition Classes
    Product
  205. def productPrefix: String

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).productPrefix
    Definition Classes
    Product
  206. def reduce[A1 >: Product2[T1, T2]](op: (A1, A1) ⇒ A1): A1

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).reduce(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  207. def reduce[A1 >: Product2[T1, T2]](op: (A1, A1) ⇒ A1): A1

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).reduce(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  208. def reduceLeft[B >: Product2[T1, T2]](op: (B, Product1[Product2[T1, T2]]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).reduceLeft(op)
    Definition Classes
    TraversableOnce
  209. def reduceLeft[B >: Product2[T1, T2]](op: (B, Product2[T1, T2]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).reduceLeft(op)
    Definition Classes
    TraversableOnce
  210. def reduceLeftOption[B >: Product2[T1, T2]](op: (B, Product1[Product2[T1, T2]]) ⇒ B): Option[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).reduceLeftOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  211. def reduceLeftOption[B >: Product2[T1, T2]](op: (B, Product2[T1, T2]) ⇒ B): Option[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).reduceLeftOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  212. def reduceOption[A1 >: Product2[T1, T2]](op: (A1, A1) ⇒ A1): Option[A1]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).reduceOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  213. def reduceOption[A1 >: Product2[T1, T2]](op: (A1, A1) ⇒ A1): Option[A1]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).reduceOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  214. def reduceRight[B >: Product2[T1, T2]](op: (Product1[Product2[T1, T2]], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).reduceRight(op)
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  215. def reduceRight[B >: Product2[T1, T2]](op: (Product2[T1, T2], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).reduceRight(op)
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  216. def reduceRightOption[B >: Product2[T1, T2]](op: (Product1[Product2[T1, T2]], B) ⇒ B): Option[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).reduceRightOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  217. def reduceRightOption[B >: Product2[T1, T2]](op: (Product2[T1, T2], B) ⇒ B): Option[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).reduceRightOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  218. def repr: CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).repr
    Definition Classes
    TraversableLike → GenTraversableLike
  219. def repr: CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).repr
    Definition Classes
    TraversableLike → GenTraversableLike
  220. def reverse: CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).reverse
    Definition Classes
    SeqLike → GenSeqLike
  221. def reverse: CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).reverse
    Definition Classes
    SeqLike → GenSeqLike
  222. def reverseIterator: Iterator[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).reverseIterator
    Definition Classes
    SeqLike
  223. def reverseIterator: Iterator[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).reverseIterator
    Definition Classes
    SeqLike
  224. def reverseMap[B, That](f: (Product1[Product2[T1, T2]]) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).reverseMap(f)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  225. def reverseMap[B, That](f: (Product2[T1, T2]) ⇒ B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).reverseMap(f)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  226. def runWith[U](action: (Product1[Product2[T1, T2]]) ⇒ U): (Int) ⇒ Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).runWith(action)
    Definition Classes
    PartialFunction
  227. def runWith[U](action: (Product2[T1, T2]) ⇒ U): (Int) ⇒ Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).runWith(action)
    Definition Classes
    PartialFunction
  228. def sameElements[B >: Product2[T1, T2]](that: GenIterable[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).sameElements(that)
    Definition Classes
    IterableLike → GenIterableLike
  229. def sameElements[B >: Product2[T1, T2]](that: GenIterable[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).sameElements(that)
    Definition Classes
    IterableLike → GenIterableLike
  230. def scan[B >: Product2[T1, T2], That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[CollSeq1[Product2[T1, T2]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).scan(z)(op)(cbf)
    Definition Classes
    TraversableLike → GenTraversableLike
  231. def scan[B >: Product2[T1, T2], That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).scan(z)(op)(cbf)
    Definition Classes
    TraversableLike → GenTraversableLike
  232. def scanLeft[B, That](z: B)(op: (B, Product1[Product2[T1, T2]]) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).scanLeft(z)(op)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  233. def scanLeft[B, That](z: B)(op: (B, Product2[T1, T2]) ⇒ B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).scanLeft(z)(op)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  234. def scanRight[B, That](z: B)(op: (Product1[Product2[T1, T2]], B) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).scanRight(z)(op)(bf)
    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.

  235. def scanRight[B, That](z: B)(op: (Product2[T1, T2], B) ⇒ B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).scanRight(z)(op)(bf)
    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.

  236. def segmentLength(p: (Product1[Product2[T1, T2]]) ⇒ Boolean, from: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).segmentLength(p, from)
    Definition Classes
    SeqLike → GenSeqLike
  237. def segmentLength(p: (Product2[T1, T2]) ⇒ Boolean, from: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).segmentLength(p, from)
    Definition Classes
    SeqLike → GenSeqLike
  238. def seq: IndexedSeq[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).seq
    Definition Classes
    IndexedSeq → IndexedSeqLike → Seq → GenSeq → GenSeqLike → Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  239. def seq: IndexedSeq[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).seq
    Definition Classes
    IndexedSeq → IndexedSeqLike → Seq → GenSeq → GenSeqLike → Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  240. def size: Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).size
    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  241. def size: Int

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).size
    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  242. def slice(from: Int, until: Int): CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).slice(from, until)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  243. def slice(from: Int, until: Int): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).slice(from, until)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  244. def sliding(size: Int, step: Int): Iterator[CollSeq1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).sliding(size, step)
    Definition Classes
    IterableLike
  245. def sliding(size: Int): Iterator[CollSeq1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).sliding(size)
    Definition Classes
    IterableLike
  246. def sliding(size: Int, step: Int): Iterator[CollSeq2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).sliding(size, step)
    Definition Classes
    IterableLike
  247. def sliding(size: Int): Iterator[CollSeq2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).sliding(size)
    Definition Classes
    IterableLike
  248. def sortBy[B](f: (Product1[Product2[T1, T2]]) ⇒ B)(implicit ord: Ordering[B]): CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).sortBy(f)(ord)
    Definition Classes
    SeqLike
  249. def sortBy[B](f: (Product2[T1, T2]) ⇒ B)(implicit ord: Ordering[B]): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).sortBy(f)(ord)
    Definition Classes
    SeqLike
  250. def sortWith(lt: (Product1[Product2[T1, T2]], Product1[Product2[T1, T2]]) ⇒ Boolean): CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).sortWith(lt)
    Definition Classes
    SeqLike
  251. def sortWith(lt: (Product2[T1, T2], Product2[T1, T2]) ⇒ Boolean): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).sortWith(lt)
    Definition Classes
    SeqLike
  252. def sorted[B >: Product2[T1, T2]](implicit ord: Ordering[B]): CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).sorted(ord)
    Definition Classes
    SeqLike
  253. def sorted[B >: Product2[T1, T2]](implicit ord: Ordering[B]): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).sorted(ord)
    Definition Classes
    SeqLike
  254. def span(p: (Product1[Product2[T1, T2]]) ⇒ Boolean): (CollSeq1[Product2[T1, T2]], CollSeq1[Product2[T1, T2]])

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).span(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  255. def span(p: (Product2[T1, T2]) ⇒ Boolean): (CollSeq2[T1, T2], CollSeq2[T1, T2])

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).span(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  256. def splitAt(n: Int): (CollSeq1[Product2[T1, T2]], CollSeq1[Product2[T1, T2]])

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).splitAt(n)
    Definition Classes
    TraversableLike → GenTraversableLike
  257. def splitAt(n: Int): (CollSeq2[T1, T2], CollSeq2[T1, T2])

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).splitAt(n)
    Definition Classes
    TraversableLike → GenTraversableLike
  258. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).startsWith(that, offset)
    Definition Classes
    SeqLike → GenSeqLike
  259. def startsWith[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).startsWith(that)
    Definition Classes
    GenSeqLike
  260. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).startsWith(that, offset)
    Definition Classes
    SeqLike → GenSeqLike
  261. def startsWith[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).startsWith(that)
    Definition Classes
    GenSeqLike
  262. lazy val stdDev: Double

    The weighted standard deviation of all the elements

    The weighted standard deviation of all the elements

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to WeightedStats[T1, T2] performed by method SeqABToWeightedStatsAB in com.github.marklister.collections. This conversion will take place only if T1 is a numeric class, such as Int, Long, Float or Double (T1: Numeric) and at the same time T2 is a numeric class, such as Int, Long, Float or Double (T2: Numeric).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (collSeq2: WeightedStats[T1, T2]).stdDev
    Definition Classes
    WeightedStats
  263. lazy val stdDev: Double

    The standard deviation of all the elements

    The standard deviation of all the elements

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to Stats[Product2[T1, T2]] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[Product2[T1, T2]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (collSeq2: Stats[Product2[T1, T2]]).stdDev
    Definition Classes
    Stats
  264. def stringPrefix: String

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).stringPrefix
    Definition Classes
    TraversableLike → GenTraversableLike
  265. def stringPrefix: String

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).stringPrefix
    Definition Classes
    TraversableLike → GenTraversableLike
  266. def sum[B >: Product2[T1, T2]](implicit num: Numeric[B]): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).sum(num)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  267. def sum[B >: Product2[T1, T2]](implicit num: Numeric[B]): B

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).sum(num)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  268. def tail: CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).tail
    Definition Classes
    TraversableLike → GenTraversableLike
  269. def tail: CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).tail
    Definition Classes
    TraversableLike → GenTraversableLike
  270. def tails: Iterator[CollSeq1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).tails
    Definition Classes
    TraversableLike
  271. def tails: Iterator[CollSeq2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).tails
    Definition Classes
    TraversableLike
  272. def take(n: Int): CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).take(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  273. def take(n: Int): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).take(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  274. def takeRight(n: Int): CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).takeRight(n)
    Definition Classes
    IterableLike
  275. def takeRight(n: Int): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).takeRight(n)
    Definition Classes
    IterableLike
  276. def takeWhile(p: (Product1[Product2[T1, T2]]) ⇒ Boolean): CollSeq1[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).takeWhile(p)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  277. def takeWhile(p: (Product2[T1, T2]) ⇒ Boolean): CollSeq2[T1, T2]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).takeWhile(p)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  278. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Product1[Product2[T1, T2]], Col[Product1[Product2[T1, T2]]]]): Col[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).to(cbf)
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  279. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Product2[T1, T2], Col[Product2[T1, T2]]]): Col[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).to(cbf)
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  280. def toArray[B >: Product2[T1, T2]](implicit arg0: ClassTag[B]): Array[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).toArray(arg0)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  281. def toArray[B >: Product2[T1, T2]](implicit arg0: ClassTag[B]): Array[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).toArray(arg0)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  282. def toBuffer[A1 >: Product2[T1, T2]]: Buffer[A1]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).toBuffer
    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  283. def toBuffer[A1 >: Product2[T1, T2]]: Buffer[A1]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).toBuffer
    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  284. def toIndexedSeq: IndexedSeq[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).toIndexedSeq
    Definition Classes
    TraversableOnce → GenTraversableOnce
  285. def toIndexedSeq: IndexedSeq[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).toIndexedSeq
    Definition Classes
    TraversableOnce → GenTraversableOnce
  286. def toIterable: Iterable[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).toIterable
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  287. def toIterable: Iterable[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).toIterable
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  288. def toIterator: Iterator[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).toIterator
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  289. def toIterator: Iterator[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).toIterator
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  290. def toList: List[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).toList
    Definition Classes
    TraversableOnce → GenTraversableOnce
  291. def toList: List[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).toList
    Definition Classes
    TraversableOnce → GenTraversableOnce
  292. def toMap[T, U](implicit ev: <:<[Product1[Product2[T1, T2]], (T, U)]): Map[T, U]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).toMap(ev)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  293. def toMap[T, U](implicit ev: <:<[Product2[T1, T2], (T, U)]): Map[T, U]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).toMap(ev)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  294. def toSeq: Seq[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).toSeq
    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  295. def toSeq: Seq[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).toSeq
    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  296. def toSet[B >: Product2[T1, T2]]: Set[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).toSet
    Definition Classes
    TraversableOnce → GenTraversableOnce
  297. def toSet[B >: Product2[T1, T2]]: Set[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).toSet
    Definition Classes
    TraversableOnce → GenTraversableOnce
  298. def toStream: Stream[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).toStream
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  299. def toStream: Stream[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).toStream
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  300. def toString(): String

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).toString()
    Definition Classes
    CollSeq → SeqLike → TraversableLike → Function1 → AnyRef → Any
  301. def toString(): String

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).toString()
    Definition Classes
    CollSeq → SeqLike → TraversableLike → Function1 → AnyRef → Any
  302. def toTraversable: Traversable[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).toTraversable
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  303. def toTraversable: Traversable[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).toTraversable
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  304. def toVector: Vector[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).toVector
    Definition Classes
    TraversableOnce → GenTraversableOnce
  305. def toVector: Vector[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).toVector
    Definition Classes
    TraversableOnce → GenTraversableOnce
  306. def transpose[B](implicit asTraversable: (Product1[Product2[T1, T2]]) ⇒ GenTraversableOnce[B]): IndexedSeq[IndexedSeq[B]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).transpose(asTraversable)
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  307. def transpose[B](implicit asTraversable: (Product2[T1, T2]) ⇒ GenTraversableOnce[B]): IndexedSeq[IndexedSeq[B]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).transpose(asTraversable)
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  308. val underlying: Iterable[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to WeightedStats[T1, T2] performed by method SeqABToWeightedStatsAB in com.github.marklister.collections. This conversion will take place only if T1 is a numeric class, such as Int, Long, Float or Double (T1: Numeric) and at the same time T2 is a numeric class, such as Int, Long, Float or Double (T2: Numeric).
    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:
    (collSeq2: WeightedStats[T1, T2]).underlying
    Definition Classes
    WeightedStats
  309. val underlying: Iterable[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to Stats[Product2[T1, T2]] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[Product2[T1, T2]] 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:
    (collSeq2: Stats[Product2[T1, T2]]).underlying
    Definition Classes
    Stats
  310. val underlying: Seq[Product1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).underlying
    Definition Classes
    CollSeq1
  311. val underlying: Seq[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).underlying
  312. def union[B >: Product2[T1, T2], That](that: GenSeq[B])(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).union(that)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  313. def union[B >: Product2[T1, T2], That](that: GenSeq[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).union(that)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  314. def unzip[A1, A2](implicit asPair: (Product1[Product2[T1, T2]]) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).unzip(asPair)
    Definition Classes
    GenericTraversableTemplate
  315. def unzip[A1, A2](implicit asPair: (Product2[T1, T2]) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).unzip(asPair)
    Definition Classes
    GenericTraversableTemplate
  316. def unzip3[A1, A2, A3](implicit asTriple: (Product1[Product2[T1, T2]]) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).unzip3(asTriple)
    Definition Classes
    GenericTraversableTemplate
  317. def unzip3[A1, A2, A3](implicit asTriple: (Product2[T1, T2]) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).unzip3(asTriple)
    Definition Classes
    GenericTraversableTemplate
  318. def updated[B >: Product2[T1, T2], That](index: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).updated(index, elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  319. def updated[B >: Product2[T1, T2], That](index: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).updated(index, elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  320. lazy val variance: Double

    The weighted variance of all the elements (the one divided by n not n-1)

    The weighted variance of all the elements (the one divided by n not n-1)

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to WeightedStats[T1, T2] performed by method SeqABToWeightedStatsAB in com.github.marklister.collections. This conversion will take place only if T1 is a numeric class, such as Int, Long, Float or Double (T1: Numeric) and at the same time T2 is a numeric class, such as Int, Long, Float or Double (T2: Numeric).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (collSeq2: WeightedStats[T1, T2]).variance
    Definition Classes
    WeightedStats
  321. lazy val variance: Double

    The variance of all the elements (the one divided by n not n-1)

    The variance of all the elements (the one divided by n not n-1)

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to Stats[Product2[T1, T2]] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[Product2[T1, T2]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (collSeq2: Stats[Product2[T1, T2]]).variance
    Definition Classes
    Stats
  322. def view(from: Int, until: Int): SeqView[Product1[Product2[T1, T2]], CollSeq1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).view(from, until)
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  323. def view: SeqView[Product1[Product2[T1, T2]], CollSeq1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).view
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  324. def view(from: Int, until: Int): SeqView[Product2[T1, T2], CollSeq2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).view(from, until)
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  325. def view: SeqView[Product2[T1, T2], CollSeq2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).view
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  326. def withFilter(p: (Product2[T1, T2]) ⇒ Boolean): Iterator[Product2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to MonadOps[Product2[T1, T2]] 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:
    (collSeq2: MonadOps[Product2[T1, T2]]).withFilter(p)
    Definition Classes
    MonadOps
  327. def withFilter(p: (Product1[Product2[T1, T2]]) ⇒ Boolean): FilterMonadic[Product1[Product2[T1, T2]], CollSeq1[Product2[T1, T2]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).withFilter(p)
    Definition Classes
    TraversableLike → FilterMonadic
  328. def withFilter(p: (Product2[T1, T2]) ⇒ Boolean): FilterMonadic[Product2[T1, T2], CollSeq2[T1, T2]]

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).withFilter(p)
    Definition Classes
    TraversableLike → FilterMonadic
  329. def zip[A1 >: Product2[T1, T2], B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], (A1, B), That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).zip(that)(bf)
    Definition Classes
    IterableLike → GenIterableLike
  330. def zip[A1 >: Product2[T1, T2], B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], (A1, B), That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).zip(that)(bf)
    Definition Classes
    IterableLike → GenIterableLike
  331. def zipAll[B, A1 >: Product2[T1, T2], That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], (A1, B), That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).zipAll(that, thisElem, thatElem)(bf)
    Definition Classes
    IterableLike → GenIterableLike
  332. def zipAll[B, A1 >: Product2[T1, T2], That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], (A1, B), That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).zipAll(that, thisElem, thatElem)(bf)
    Definition Classes
    IterableLike → GenIterableLike
  333. def zipWithIndex[A1 >: Product2[T1, T2], That](implicit bf: CanBuildFrom[CollSeq1[Product2[T1, T2]], (A1, Int), That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq1[Product2[T1, T2]]).zipWithIndex(bf)
    Definition Classes
    IterableLike → GenIterableLike
  334. def zipWithIndex[A1 >: Product2[T1, T2], That](implicit bf: CanBuildFrom[CollSeq2[T1, T2], (A1, Int), That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2] performed by method SeqToCollSeqTb in com.github.marklister.collections.
    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:
    (collSeq2: collections.CollSeq2[T1, T2]).zipWithIndex(bf)
    Definition Classes
    IterableLike → GenIterableLike

Inherited from Product2[Seq[T1], Seq[T2]]

Inherited from CollSeq

Inherited from Product

Inherited from IndexedSeq[Product2[T1, T2]]

Inherited from IndexedSeqLike[Product2[T1, T2], CollSeq2[T1, T2]]

Inherited from Seq[Product2[T1, T2]]

Inherited from SeqLike[Product2[T1, T2], CollSeq2[T1, T2]]

Inherited from GenSeq[Product2[T1, T2]]

Inherited from GenSeqLike[Product2[T1, T2], CollSeq2[T1, T2]]

Inherited from Iterable[Product2[T1, T2]]

Inherited from IterableLike[Product2[T1, T2], CollSeq2[T1, T2]]

Inherited from Equals

Inherited from GenIterable[Product2[T1, T2]]

Inherited from GenIterableLike[Product2[T1, T2], CollSeq2[T1, T2]]

Inherited from Traversable[Product2[T1, T2]]

Inherited from GenTraversable[Product2[T1, T2]]

Inherited from GenericTraversableTemplate[Product2[T1, T2], IndexedSeq]

Inherited from TraversableLike[Product2[T1, T2], CollSeq2[T1, T2]]

Inherited from GenTraversableLike[Product2[T1, T2], CollSeq2[T1, T2]]

Inherited from Parallelizable[Product2[T1, T2], ParSeq[Product2[T1, T2]]]

Inherited from TraversableOnce[Product2[T1, T2]]

Inherited from GenTraversableOnce[Product2[T1, T2]]

Inherited from FilterMonadic[Product2[T1, T2], CollSeq2[T1, T2]]

Inherited from HasNewBuilder[Product2[T1, T2], CollSeq2[T1, T2]]

Inherited from PartialFunction[Int, Product2[T1, T2]]

Inherited from (Int) ⇒ Product2[T1, T2]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from CollSeq2[T1, T2] to CollectionsHaveToParArray[CollSeq2[T1, T2], T]

Inherited by implicit conversion MonadOps from CollSeq2[T1, T2] to MonadOps[Product2[T1, T2]]

Inherited by implicit conversion SeqABToWeightedStatsAB from CollSeq2[T1, T2] to WeightedStats[T1, T2]

Inherited by implicit conversion SeqAToStatsA from CollSeq2[T1, T2] to Stats[Product2[T1, T2]]

Inherited by implicit conversion SeqToCollSeqTc from CollSeq2[T1, T2] to collections.CollSeq1[Product2[T1, T2]]

Inherited by implicit conversion SeqToCollSeqTb from CollSeq2[T1, T2] to collections.CollSeq2[T1, T2]

Inherited by implicit conversion any2stringadd from CollSeq2[T1, T2] to any2stringadd[CollSeq2[T1, T2]]

Inherited by implicit conversion StringFormat from CollSeq2[T1, T2] to StringFormat[CollSeq2[T1, T2]]

Inherited by implicit conversion Ensuring from CollSeq2[T1, T2] to Ensuring[CollSeq2[T1, T2]]

Inherited by implicit conversion ArrowAssoc from CollSeq2[T1, T2] to ArrowAssoc[CollSeq2[T1, T2]]

Inherited by implicit conversion alternateImplicit from CollSeq2[T1, T2] to ForceImplicitAmbiguity

Ungrouped