Class/Object

com.github.marklister.collections.immutable

CollSeq2

Related Docs: object CollSeq2 | package immutable

Permalink

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

Linear Supertypes
Product2[Seq[T1], Seq[T2]], CollSeq, Product, IndexedSeq[(T1, T2)], IndexedSeqLike[(T1, T2), CollSeq2[T1, T2]], Seq[(T1, T2)], SeqLike[(T1, T2), CollSeq2[T1, T2]], GenSeq[(T1, T2)], GenSeqLike[(T1, T2), CollSeq2[T1, T2]], Iterable[(T1, T2)], IterableLike[(T1, T2), CollSeq2[T1, T2]], Equals, GenIterable[(T1, T2)], GenIterableLike[(T1, T2), CollSeq2[T1, T2]], Traversable[(T1, T2)], GenTraversable[(T1, T2)], GenericTraversableTemplate[(T1, T2), IndexedSeq], TraversableLike[(T1, T2), CollSeq2[T1, T2]], GenTraversableLike[(T1, T2), CollSeq2[T1, T2]], Parallelizable[(T1, T2), ParSeq[(T1, T2)]], TraversableOnce[(T1, T2)], GenTraversableOnce[(T1, T2)], FilterMonadic[(T1, T2), CollSeq2[T1, T2]], HasNewBuilder[(T1, T2), CollSeq2[T1, T2]], PartialFunction[Int, (T1, T2)], (Int) ⇒ (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
Visibility
  1. Public
  2. All

Type Members

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

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

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  3. class WithFilter extends FilterMonadic[A, Repr]

    Permalink
    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    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 >: (T1, T2), That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

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

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

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

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

    Permalink
    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, (T1, T2)) ⇒ B): B

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. lazy val collMap: Map[String, Seq[Any]]

    Permalink
  26. def collect[B, That](pf: PartialFunction[(T1, T2), B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

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

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

    Permalink
    Definition Classes
    SeqLike
  29. def companion: GenericCompanion[IndexedSeq]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  38. def count(p: ((T1, T2)) ⇒ Boolean): Int

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

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

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

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

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

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

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

    Permalink
    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: (CollSeq2[T1, T2]) ⇒ Boolean): CollSeq2[T1, T2]

    Permalink
    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, msg: ⇒ Any): CollSeq2[T1, T2]

    Permalink
    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. def ensuring(cond: Boolean): CollSeq2[T1, T2]

    Permalink
    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
  49. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    GenSeqLike → Equals → Any
  51. def exists(p: ((T1, T2)) ⇒ Boolean): Boolean

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  62. def forall(p: ((T1, T2)) ⇒ Boolean): Boolean

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

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

    Permalink
    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()
  65. def genericBuilder[B]: Builder[B, IndexedSeq[B]]

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

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

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

    Permalink
    Definition Classes
    IterableLike
  69. def hasDefiniteSize: Boolean

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

    Permalink
    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  71. def head: (T1, T2)

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  72. def headOption: Option[(T1, T2)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  73. val headers: Seq[String]

    Permalink
    Definition Classes
    CollSeq2CollSeq
  74. def indexOf[B >: (T1, T2)](elem: B, from: Int): Int

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

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

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

    Permalink
    Definition Classes
    SeqLike
  78. def indexWhere(p: ((T1, T2)) ⇒ Boolean, from: Int): Int

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  79. def indexWhere(p: ((T1, T2)) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  80. def indices: Range

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

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

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

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

    Permalink
    Definition Classes
    GenSeqLike
  85. def isEmpty: Boolean

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

    Permalink
    Definition Classes
    Any
  87. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  88. def iterator: Iterator[(T1, T2)]

    Permalink
    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  89. def last: (T1, T2)

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

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

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

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

    Permalink
    Definition Classes
    SeqLike
  94. def lastIndexWhere(p: ((T1, T2)) ⇒ Boolean, end: Int): Int

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  95. def lastIndexWhere(p: ((T1, T2)) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  96. def lastOption: Option[(T1, T2)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  97. lazy val length: Int

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  105. def mkString: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  109. def newBuilder: Builder[(T1, T2), CollSeq2[T1, T2]]

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

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

    Permalink
    Definition Classes
    AnyRef
  112. final def notifyAll(): Unit

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

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

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  115. def par: ParSeq[(T1, T2)]

    Permalink
    Definition Classes
    Parallelizable
  116. def parCombiner: Combiner[(T1, T2), ParSeq[(T1, T2)]]

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

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

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

    Permalink
    Definition Classes
    SeqLike
  120. def prefixLength(p: ((T1, T2)) ⇒ Boolean): Int

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  122. def productArity: Int

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

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

    Permalink
    Definition Classes
    CollSeq → Product
  125. def productPrefix: String

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  134. def reverseIterator: Iterator[(T1, T2)]

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

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  136. def reversed: List[(T1, T2)]

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

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

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

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

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

    Permalink
    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.

  142. def segmentLength(p: ((T1, T2)) ⇒ Boolean, from: Int): Int

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  143. def seq: IndexedSeq[(T1, T2)]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    GenSeqLike
  155. def stringPrefix: String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  163. def thisCollection: IndexedSeq[(T1, T2)]

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  166. def toBuffer[A1 >: (T1, T2)]: Buffer[A1]

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

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  168. def toIndexedSeq: IndexedSeq[(T1, T2)]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  169. def toIterable: Iterable[(T1, T2)]

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  170. def toIterator: Iterator[(T1, T2)]

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

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

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

    Permalink
    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
  174. def toSeq: Seq[(T1, T2)]

    Permalink
    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  175. def toSet[B >: (T1, T2)]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  176. def toStream: Stream[(T1, T2)]

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

    Permalink
    Definition Classes
    CollSeq → SeqLike → TraversableLike → Function1 → AnyRef → Any
  178. def toTraversable: Traversable[(T1, T2)]

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

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

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  181. val underlying: Seq[(T1, T2)]

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

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

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

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

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

    Permalink
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  187. def view: SeqView[(T1, T2), CollSeq2[T1, T2]]

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  192. def withHeaders(h: String*): CollSeq2[T1, T2]

    Permalink
  193. def zip[A1 >: (T1, T2), B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], (A1, B), That]): That

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

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

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

    Permalink
    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 >: (T1, T2), That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[(T1, T2)], B, That]): That

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

    Permalink
    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 >: (T1, T2), That](that: Traversable[B])(implicit bf: CanBuildFrom[CollSeq1[(T1, T2)], B, That]): That

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

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

    Permalink
    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 >: (T1, T2), That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Permalink
    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 >: (T1, T2), That](elem: B)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2)], B, That]): That

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

    Permalink
    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, ((T1, T2))) ⇒ B): B

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

    Permalink
    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 >: (T1, T2), That](elem: B)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2)], B, That]): That

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

    Permalink
    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: (((T1, T2)), B) ⇒ B): B

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

    Permalink
    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

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

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

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

    Permalink
    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

    Permalink
    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

    Permalink
    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, ((T1, T2))) ⇒ B, combop: (B, B) ⇒ B): B

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

    Permalink
    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: (((T1, T2))) ⇒ C): PartialFunction[Int, C]

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

    Permalink
    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): ((T1, T2))

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

    Permalink
    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 >: (T1, T2)](x: A1, default: (A1) ⇒ B1): B1

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

    Permalink
    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

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

    Permalink
    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. lazy val collMap: Map[String, Seq[Any]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).collMap
    Definition Classes
    CollSeq1
  32. lazy val collMap: Map[String, Seq[Any]]

    Permalink
    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]).collMap
  33. def collect[B, That](pf: PartialFunction[((T1, T2)), B])(implicit bf: CanBuildFrom[CollSeq1[(T1, T2)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).collect(pf)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  34. def collect[B, That](pf: PartialFunction[(T1, T2), B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Permalink
    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
  35. def collectFirst[B](pf: PartialFunction[((T1, T2)), B]): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).collectFirst(pf)
    Definition Classes
    TraversableOnce
  36. def collectFirst[B](pf: PartialFunction[(T1, T2), B]): Option[B]

    Permalink
    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
  37. def combinations(n: Int): Iterator[CollSeq1[(T1, T2)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).combinations(n)
    Definition Classes
    SeqLike
  38. def combinations(n: Int): Iterator[CollSeq2[T1, T2]]

    Permalink
    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
  39. def companion: GenericCompanion[IndexedSeq]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).companion
    Definition Classes
    IndexedSeq → Seq → GenSeq → Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  40. def companion: GenericCompanion[IndexedSeq]

    Permalink
    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
  41. def compose[A](g: (A) ⇒ Int): (A) ⇒ ((T1, T2))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  42. def compose[A](g: (A) ⇒ Int): (A) ⇒ (T1, T2)

    Permalink
    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()
  43. def contains[A1 >: (T1, T2)](elem: A1): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).contains(elem)
    Definition Classes
    SeqLike
  44. def contains[A1 >: (T1, T2)](elem: A1): Boolean

    Permalink
    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
  45. def containsSlice[B](that: GenSeq[B]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).containsSlice(that)
    Definition Classes
    SeqLike
  46. def containsSlice[B](that: GenSeq[B]): Boolean

    Permalink
    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
  47. def copyToArray[B >: (T1, T2)](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).copyToArray(xs, start, len)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  48. def copyToArray[B >: (T1, T2)](xs: Array[B]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).copyToArray(xs)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  49. def copyToArray[B >: (T1, T2)](xs: Array[B], start: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).copyToArray(xs, start)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  50. def copyToArray[B >: (T1, T2)](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    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
  51. def copyToArray[B >: (T1, T2)](xs: Array[B]): Unit

    Permalink
    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
  52. def copyToArray[B >: (T1, T2)](xs: Array[B], start: Int): Unit

    Permalink
    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
  53. def copyToBuffer[B >: (T1, T2)](dest: Buffer[B]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).copyToBuffer(dest)
    Definition Classes
    TraversableOnce
  54. def copyToBuffer[B >: (T1, T2)](dest: Buffer[B]): Unit

    Permalink
    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
  55. def corresponds[B](that: GenSeq[B])(p: (((T1, T2)), B) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).corresponds(that)(p)
    Definition Classes
    SeqLike → GenSeqLike
  56. def corresponds[B](that: GenSeq[B])(p: ((T1, T2), B) ⇒ Boolean): Boolean

    Permalink
    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
  57. def count(p: (((T1, T2))) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).count(p)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  58. def count(p: ((T1, T2)) ⇒ Boolean): Int

    Permalink
    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
  59. def diff[B >: (T1, T2)](that: GenSeq[B]): CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).diff(that)
    Definition Classes
    SeqLike → GenSeqLike
  60. def diff[B >: (T1, T2)](that: GenSeq[B]): CollSeq2[T1, T2]

    Permalink
    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
  61. def distinct: CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).distinct
    Definition Classes
    SeqLike → GenSeqLike
  62. def distinct: CollSeq2[T1, T2]

    Permalink
    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
  63. def drop(n: Int): CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).drop(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  64. def drop(n: Int): CollSeq2[T1, T2]

    Permalink
    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
  65. def dropRight(n: Int): CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).dropRight(n)
    Definition Classes
    IterableLike
  66. def dropRight(n: Int): CollSeq2[T1, T2]

    Permalink
    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
  67. def dropWhile(p: (((T1, T2))) ⇒ Boolean): CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).dropWhile(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  68. def dropWhile(p: ((T1, T2)) ⇒ Boolean): CollSeq2[T1, T2]

    Permalink
    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
  69. def endsWith[B](that: GenSeq[B]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).endsWith(that)
    Definition Classes
    SeqLike → GenSeqLike
  70. def endsWith[B](that: GenSeq[B]): Boolean

    Permalink
    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
  71. def equals(that: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).equals(that)
    Definition Classes
    GenSeqLike → Equals → Any
  72. def equals(that: Any): Boolean

    Permalink
    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
  73. def exists(p: (((T1, T2))) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).exists(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  74. def exists(p: ((T1, T2)) ⇒ Boolean): Boolean

    Permalink
    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
  75. def filter(p: ((T1, T2)) ⇒ Boolean): TraversableOnce[(T1, T2)]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).filter(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  77. def filter(p: ((T1, T2)) ⇒ Boolean): CollSeq2[T1, T2]

    Permalink
    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
  78. def filterNot(p: (((T1, T2))) ⇒ Boolean): CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).filterNot(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  79. def filterNot(p: ((T1, T2)) ⇒ Boolean): CollSeq2[T1, T2]

    Permalink
    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
  80. def find(p: (((T1, T2))) ⇒ Boolean): Option[((T1, T2))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).find(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  81. def find(p: ((T1, T2)) ⇒ Boolean): Option[(T1, T2)]

    Permalink
    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
  82. def flatMap[B](f: ((T1, T2)) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).flatMap(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  84. def flatMap[B, That](f: ((T1, T2)) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Permalink
    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
  85. def flatZip[B](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq1[(T1, T2)], ((T1, T2), B), CollSeq2[(T1, T2), B]]): CollSeq2[(T1, T2), B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).flatZip(that)(bf)
    Definition Classes
    CollSeq1
  86. def flatZip[B](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], (T1, T2, B), CollSeq3[T1, T2, B]]): CollSeq3[T1, T2, B]

    Permalink
    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)
  87. def flatten[B](implicit asTraversable: (((T1, T2))) ⇒ GenTraversableOnce[B]): IndexedSeq[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).flatten(asTraversable)
    Definition Classes
    GenericTraversableTemplate
  88. def flatten[B](implicit asTraversable: ((T1, T2)) ⇒ GenTraversableOnce[B]): IndexedSeq[B]

    Permalink
    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
  89. def fold[A1 >: (T1, T2)](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).fold(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  90. def fold[A1 >: (T1, T2)](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    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
  91. def foldLeft[B](z: B)(op: (B, ((T1, T2))) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).foldLeft(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. def foldLeft[B](z: B)(op: (B, (T1, T2)) ⇒ B): B

    Permalink
    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
  93. def foldRight[B](z: B)(op: (((T1, T2)), B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).foldRight(z)(op)
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  94. def foldRight[B](z: B)(op: ((T1, T2), B) ⇒ B): B

    Permalink
    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
  95. def forall(p: (((T1, T2))) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).forall(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  96. def forall(p: ((T1, T2)) ⇒ Boolean): Boolean

    Permalink
    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
  97. def foreach[U](f: (((T1, T2))) ⇒ U): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).foreach(f)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  98. def foreach[U](f: ((T1, T2)) ⇒ U): Unit

    Permalink
    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
  99. def genericBuilder[B]: Builder[B, IndexedSeq[B]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).genericBuilder
    Definition Classes
    GenericTraversableTemplate
  100. def genericBuilder[B]: Builder[B, IndexedSeq[B]]

    Permalink
    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
  101. def groupBy[K](f: (((T1, T2))) ⇒ K): Map[K, CollSeq1[(T1, T2)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).groupBy(f)
    Definition Classes
    TraversableLike → GenTraversableLike
  102. def groupBy[K](f: ((T1, T2)) ⇒ K): Map[K, CollSeq2[T1, T2]]

    Permalink
    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
  103. def grouped(size: Int): Iterator[CollSeq1[(T1, T2)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).grouped(size)
    Definition Classes
    IterableLike
  104. def grouped(size: Int): Iterator[CollSeq2[T1, T2]]

    Permalink
    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
  105. def hasDefiniteSize: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).hasDefiniteSize
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  106. def hasDefiniteSize: Boolean

    Permalink
    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
  107. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).hashCode()
    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  108. def hashCode(): Int

    Permalink
    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
  109. def head: ((T1, T2))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).head
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  110. def head: (T1, T2)

    Permalink
    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
  111. def headOption: Option[((T1, T2))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).headOption
    Definition Classes
    TraversableLike → GenTraversableLike
  112. def headOption: Option[(T1, T2)]

    Permalink
    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
  113. val headers: Seq[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).headers
    Definition Classes
    CollSeq1CollSeq
  114. val headers: Seq[String]

    Permalink
    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]).headers
    Definition Classes
    CollSeq2CollSeq
  115. def indexOf[B >: (T1, T2)](elem: B, from: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).indexOf(elem, from)
    Definition Classes
    GenSeqLike
  116. def indexOf[B >: (T1, T2)](elem: B): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).indexOf(elem)
    Definition Classes
    GenSeqLike
  117. def indexOf[B >: (T1, T2)](elem: B, from: Int): Int

    Permalink
    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
  118. def indexOf[B >: (T1, T2)](elem: B): Int

    Permalink
    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
  119. def indexOfSlice[B >: (T1, T2)](that: GenSeq[B], from: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).indexOfSlice(that, from)
    Definition Classes
    SeqLike
  120. def indexOfSlice[B >: (T1, T2)](that: GenSeq[B]): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).indexOfSlice(that)
    Definition Classes
    SeqLike
  121. def indexOfSlice[B >: (T1, T2)](that: GenSeq[B], from: Int): Int

    Permalink
    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
  122. def indexOfSlice[B >: (T1, T2)](that: GenSeq[B]): Int

    Permalink
    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
  123. def indexWhere(p: (((T1, T2))) ⇒ Boolean, from: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).indexWhere(p, from)
    Definition Classes
    SeqLike → GenSeqLike
  124. def indexWhere(p: (((T1, T2))) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).indexWhere(p)
    Definition Classes
    GenSeqLike
  125. def indexWhere(p: ((T1, T2)) ⇒ Boolean, from: Int): Int

    Permalink
    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
  126. def indexWhere(p: ((T1, T2)) ⇒ Boolean): Int

    Permalink
    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
  127. def indices: Range

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).indices
    Definition Classes
    SeqLike
  128. def indices: Range

    Permalink
    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
  129. def init: CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).init
    Definition Classes
    TraversableLike → GenTraversableLike
  130. def init: CollSeq2[T1, T2]

    Permalink
    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
  131. def inits: Iterator[CollSeq1[(T1, T2)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).inits
    Definition Classes
    TraversableLike
  132. def inits: Iterator[CollSeq2[T1, T2]]

    Permalink
    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
  133. def intersect[B >: (T1, T2)](that: GenSeq[B]): CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).intersect(that)
    Definition Classes
    SeqLike → GenSeqLike
  134. def intersect[B >: (T1, T2)](that: GenSeq[B]): CollSeq2[T1, T2]

    Permalink
    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
  135. def isDefinedAt(idx: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).isDefinedAt(idx)
    Definition Classes
    GenSeqLike
  136. def isDefinedAt(idx: Int): Boolean

    Permalink
    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
  137. def isEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).isEmpty
    Definition Classes
    SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  138. def isEmpty: Boolean

    Permalink
    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
  139. final def isTraversableAgain: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).isTraversableAgain
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  140. final def isTraversableAgain: Boolean

    Permalink
    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
  141. def iterator: Iterator[((T1, T2))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).iterator
    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  142. def iterator: Iterator[(T1, T2)]

    Permalink
    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
  143. def last: ((T1, T2))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).last
    Definition Classes
    TraversableLike → GenTraversableLike
  144. def last: (T1, T2)

    Permalink
    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
  145. def lastIndexOf[B >: (T1, T2)](elem: B, end: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).lastIndexOf(elem, end)
    Definition Classes
    GenSeqLike
  146. def lastIndexOf[B >: (T1, T2)](elem: B): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).lastIndexOf(elem)
    Definition Classes
    GenSeqLike
  147. def lastIndexOf[B >: (T1, T2)](elem: B, end: Int): Int

    Permalink
    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
  148. def lastIndexOf[B >: (T1, T2)](elem: B): Int

    Permalink
    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
  149. def lastIndexOfSlice[B >: (T1, T2)](that: GenSeq[B], end: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).lastIndexOfSlice(that, end)
    Definition Classes
    SeqLike
  150. def lastIndexOfSlice[B >: (T1, T2)](that: GenSeq[B]): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).lastIndexOfSlice(that)
    Definition Classes
    SeqLike
  151. def lastIndexOfSlice[B >: (T1, T2)](that: GenSeq[B], end: Int): Int

    Permalink
    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
  152. def lastIndexOfSlice[B >: (T1, T2)](that: GenSeq[B]): Int

    Permalink
    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
  153. def lastIndexWhere(p: (((T1, T2))) ⇒ Boolean, end: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).lastIndexWhere(p, end)
    Definition Classes
    SeqLike → GenSeqLike
  154. def lastIndexWhere(p: (((T1, T2))) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).lastIndexWhere(p)
    Definition Classes
    GenSeqLike
  155. def lastIndexWhere(p: ((T1, T2)) ⇒ Boolean, end: Int): Int

    Permalink
    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
  156. def lastIndexWhere(p: ((T1, T2)) ⇒ Boolean): Int

    Permalink
    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
  157. def lastOption: Option[((T1, T2))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).lastOption
    Definition Classes
    TraversableLike → GenTraversableLike
  158. def lastOption: Option[(T1, T2)]

    Permalink
    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
  159. lazy val length: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).length
    Definition Classes
    CollSeq1 → SeqLike → GenSeqLike
  160. lazy val length: Int

    Permalink
    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
  161. def lengthCompare(len: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).lengthCompare(len)
    Definition Classes
    SeqLike
  162. def lengthCompare(len: Int): Int

    Permalink
    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
  163. def lift: (Int) ⇒ Option[((T1, T2))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).lift
    Definition Classes
    PartialFunction
  164. def lift: (Int) ⇒ Option[(T1, T2)]

    Permalink
    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
  165. def map[B](f: ((T1, T2)) ⇒ B): TraversableOnce[B]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).map(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  167. def map[B, That](f: ((T1, T2)) ⇒ B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Permalink
    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
  168. def max[B >: (T1, T2)](implicit cmp: Ordering[B]): ((T1, T2))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).max(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  169. def max[B >: (T1, T2)](implicit cmp: Ordering[B]): (T1, T2)

    Permalink
    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
  170. def maxBy[B](f: (((T1, T2))) ⇒ B)(implicit cmp: Ordering[B]): ((T1, T2))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).maxBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  171. def maxBy[B](f: ((T1, T2)) ⇒ B)(implicit cmp: Ordering[B]): (T1, T2)

    Permalink
    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
  172. lazy val mean: Double

    Permalink

    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
  173. lazy val mean: Double

    Permalink

    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[(T1, T2)] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[(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[(T1, T2)]).mean
    Definition Classes
    Stats
  174. def min[B >: (T1, T2)](implicit cmp: Ordering[B]): ((T1, T2))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).min(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  175. def min[B >: (T1, T2)](implicit cmp: Ordering[B]): (T1, T2)

    Permalink
    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
  176. def minBy[B](f: (((T1, T2))) ⇒ B)(implicit cmp: Ordering[B]): ((T1, T2))

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).minBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  177. def minBy[B](f: ((T1, T2)) ⇒ B)(implicit cmp: Ordering[B]): (T1, T2)

    Permalink
    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
  178. def mkString: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).mkString
    Definition Classes
    TraversableOnce → GenTraversableOnce
  179. def mkString(sep: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).mkString(sep)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  180. def mkString(start: String, sep: String, end: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).mkString(start, sep, end)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  181. def mkString: String

    Permalink
    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
  182. def mkString(sep: String): String

    Permalink
    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
  183. def mkString(start: String, sep: String, end: String): String

    Permalink
    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
  184. def nonEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).nonEmpty
    Definition Classes
    TraversableOnce → GenTraversableOnce
  185. def nonEmpty: Boolean

    Permalink
    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
  186. def orElse[A1 <: Int, B1 >: (T1, T2)](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).orElse(that)
    Definition Classes
    PartialFunction
  187. def orElse[A1 <: Int, B1 >: (T1, T2)](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Permalink
    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
  188. def padTo[B >: (T1, T2), That](len: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).padTo(len, elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  189. def padTo[B >: (T1, T2), That](len: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Permalink
    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
  190. def par: ParSeq[((T1, T2))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).par
    Definition Classes
    Parallelizable
  191. def par: ParSeq[(T1, T2)]

    Permalink
    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
  192. def partition(p: (((T1, T2))) ⇒ Boolean): (CollSeq1[(T1, T2)], CollSeq1[(T1, T2)])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).partition(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  193. def partition(p: ((T1, T2)) ⇒ Boolean): (CollSeq2[T1, T2], CollSeq2[T1, T2])

    Permalink
    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
  194. def patch[B >: (T1, T2), That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).patch(from, patch, replaced)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  195. def patch[B >: (T1, T2), That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Permalink
    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
  196. def permutations: Iterator[CollSeq1[(T1, T2)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).permutations
    Definition Classes
    SeqLike
  197. def permutations: Iterator[CollSeq2[T1, T2]]

    Permalink
    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
  198. def prefixLength(p: (((T1, T2))) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).prefixLength(p)
    Definition Classes
    GenSeqLike
  199. def prefixLength(p: ((T1, T2)) ⇒ Boolean): Int

    Permalink
    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
  200. def product[B >: (T1, T2)](implicit num: Numeric[B]): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).product(num)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  201. def product[B >: (T1, T2)](implicit num: Numeric[B]): B

    Permalink
    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
  202. def productArity: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).productArity
    Definition Classes
    Product1 → Product
  203. def productArity: Int

    Permalink
    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
  204. def productElement(n: Int): Seq[Any]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).productElement(n)
    Definition Classes
    CollSeq1 → Product1 → Product
  205. def productElement(n: Int): Seq[Any]

    Permalink
    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
  206. def productIterator: Iterator[Seq[Any]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).productIterator
    Definition Classes
    CollSeq → Product
  207. def productIterator: Iterator[Seq[Any]]

    Permalink
    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
  208. def productPrefix: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).productPrefix
    Definition Classes
    Product
  209. def productPrefix: String

    Permalink
    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
  210. def reduce[A1 >: (T1, T2)](op: (A1, A1) ⇒ A1): A1

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).reduce(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  211. def reduce[A1 >: (T1, T2)](op: (A1, A1) ⇒ A1): A1

    Permalink
    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
  212. def reduceLeft[B >: (T1, T2)](op: (B, ((T1, T2))) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).reduceLeft(op)
    Definition Classes
    TraversableOnce
  213. def reduceLeft[B >: (T1, T2)](op: (B, (T1, T2)) ⇒ B): B

    Permalink
    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
  214. def reduceLeftOption[B >: (T1, T2)](op: (B, ((T1, T2))) ⇒ B): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).reduceLeftOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  215. def reduceLeftOption[B >: (T1, T2)](op: (B, (T1, T2)) ⇒ B): Option[B]

    Permalink
    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
  216. def reduceOption[A1 >: (T1, T2)](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).reduceOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  217. def reduceOption[A1 >: (T1, T2)](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    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
  218. def reduceRight[B >: (T1, T2)](op: (((T1, T2)), B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).reduceRight(op)
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  219. def reduceRight[B >: (T1, T2)](op: ((T1, T2), B) ⇒ B): B

    Permalink
    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
  220. def reduceRightOption[B >: (T1, T2)](op: (((T1, T2)), B) ⇒ B): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).reduceRightOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  221. def reduceRightOption[B >: (T1, T2)](op: ((T1, T2), B) ⇒ B): Option[B]

    Permalink
    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
  222. def repr: CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).repr
    Definition Classes
    TraversableLike → GenTraversableLike
  223. def repr: CollSeq2[T1, T2]

    Permalink
    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
  224. def reverse: CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).reverse
    Definition Classes
    SeqLike → GenSeqLike
  225. def reverse: CollSeq2[T1, T2]

    Permalink
    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
  226. def reverseIterator: Iterator[((T1, T2))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).reverseIterator
    Definition Classes
    SeqLike
  227. def reverseIterator: Iterator[(T1, T2)]

    Permalink
    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
  228. def reverseMap[B, That](f: (((T1, T2))) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).reverseMap(f)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  229. def reverseMap[B, That](f: ((T1, T2)) ⇒ B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Permalink
    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
  230. def runWith[U](action: (((T1, T2))) ⇒ U): (Int) ⇒ Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).runWith(action)
    Definition Classes
    PartialFunction
  231. def runWith[U](action: ((T1, T2)) ⇒ U): (Int) ⇒ Boolean

    Permalink
    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
  232. def sameElements[B >: (T1, T2)](that: GenIterable[B]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).sameElements(that)
    Definition Classes
    IterableLike → GenIterableLike
  233. def sameElements[B >: (T1, T2)](that: GenIterable[B]): Boolean

    Permalink
    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
  234. def scan[B >: (T1, T2), That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[CollSeq1[(T1, T2)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).scan(z)(op)(cbf)
    Definition Classes
    TraversableLike → GenTraversableLike
  235. def scan[B >: (T1, T2), That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Permalink
    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
  236. def scanLeft[B, That](z: B)(op: (B, ((T1, T2))) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).scanLeft(z)(op)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  237. def scanLeft[B, That](z: B)(op: (B, (T1, T2)) ⇒ B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Permalink
    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
  238. def scanRight[B, That](z: B)(op: (((T1, T2)), B) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(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.

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

    Permalink
    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.

  240. def segmentLength(p: (((T1, T2))) ⇒ Boolean, from: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).segmentLength(p, from)
    Definition Classes
    SeqLike → GenSeqLike
  241. def segmentLength(p: ((T1, T2)) ⇒ Boolean, from: Int): Int

    Permalink
    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
  242. def seq: IndexedSeq[((T1, T2))]

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

    Permalink
    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
  244. def size: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).size
    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  245. def size: Int

    Permalink
    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
  246. def slice(from: Int, until: Int): CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).slice(from, until)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  247. def slice(from: Int, until: Int): CollSeq2[T1, T2]

    Permalink
    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
  248. def sliding(size: Int, step: Int): Iterator[CollSeq1[(T1, T2)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).sliding(size, step)
    Definition Classes
    IterableLike
  249. def sliding(size: Int): Iterator[CollSeq1[(T1, T2)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).sliding(size)
    Definition Classes
    IterableLike
  250. def sliding(size: Int, step: Int): Iterator[CollSeq2[T1, T2]]

    Permalink
    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
  251. def sliding(size: Int): Iterator[CollSeq2[T1, T2]]

    Permalink
    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
  252. def sortBy[B](f: (((T1, T2))) ⇒ B)(implicit ord: Ordering[B]): CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).sortBy(f)(ord)
    Definition Classes
    SeqLike
  253. def sortBy[B](f: ((T1, T2)) ⇒ B)(implicit ord: Ordering[B]): CollSeq2[T1, T2]

    Permalink
    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
  254. def sortWith(lt: (((T1, T2)), ((T1, T2))) ⇒ Boolean): CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).sortWith(lt)
    Definition Classes
    SeqLike
  255. def sortWith(lt: ((T1, T2), (T1, T2)) ⇒ Boolean): CollSeq2[T1, T2]

    Permalink
    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
  256. def sorted[B >: (T1, T2)](implicit ord: Ordering[B]): CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).sorted(ord)
    Definition Classes
    SeqLike
  257. def sorted[B >: (T1, T2)](implicit ord: Ordering[B]): CollSeq2[T1, T2]

    Permalink
    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
  258. def span(p: (((T1, T2))) ⇒ Boolean): (CollSeq1[(T1, T2)], CollSeq1[(T1, T2)])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).span(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  259. def span(p: ((T1, T2)) ⇒ Boolean): (CollSeq2[T1, T2], CollSeq2[T1, T2])

    Permalink
    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
  260. def splitAt(n: Int): (CollSeq1[(T1, T2)], CollSeq1[(T1, T2)])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).splitAt(n)
    Definition Classes
    TraversableLike → GenTraversableLike
  261. def splitAt(n: Int): (CollSeq2[T1, T2], CollSeq2[T1, T2])

    Permalink
    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
  262. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).startsWith(that, offset)
    Definition Classes
    SeqLike → GenSeqLike
  263. def startsWith[B](that: GenSeq[B]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).startsWith(that)
    Definition Classes
    GenSeqLike
  264. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Permalink
    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
  265. def startsWith[B](that: GenSeq[B]): Boolean

    Permalink
    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
  266. lazy val stdDev: Double

    Permalink

    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
  267. lazy val stdDev: Double

    Permalink

    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[(T1, T2)] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[(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[(T1, T2)]).stdDev
    Definition Classes
    Stats
  268. def stringPrefix: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).stringPrefix
    Definition Classes
    TraversableLike → GenTraversableLike
  269. def stringPrefix: String

    Permalink
    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
  270. def sum[B >: (T1, T2)](implicit num: Numeric[B]): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).sum(num)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  271. def sum[B >: (T1, T2)](implicit num: Numeric[B]): B

    Permalink
    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
  272. def tail: CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).tail
    Definition Classes
    TraversableLike → GenTraversableLike
  273. def tail: CollSeq2[T1, T2]

    Permalink
    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
  274. def tails: Iterator[CollSeq1[(T1, T2)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).tails
    Definition Classes
    TraversableLike
  275. def tails: Iterator[CollSeq2[T1, T2]]

    Permalink
    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
  276. def take(n: Int): CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).take(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  277. def take(n: Int): CollSeq2[T1, T2]

    Permalink
    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
  278. def takeRight(n: Int): CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).takeRight(n)
    Definition Classes
    IterableLike
  279. def takeRight(n: Int): CollSeq2[T1, T2]

    Permalink
    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
  280. def takeWhile(p: (((T1, T2))) ⇒ Boolean): CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).takeWhile(p)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  281. def takeWhile(p: ((T1, T2)) ⇒ Boolean): CollSeq2[T1, T2]

    Permalink
    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
  282. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, ((T1, T2)), Col[((T1, T2))]]): Col[((T1, T2))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).to(cbf)
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  283. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, (T1, T2), Col[(T1, T2)]]): Col[(T1, T2)]

    Permalink
    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
  284. def toArray[B >: (T1, T2)](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).toArray(arg0)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  285. def toArray[B >: (T1, T2)](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    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
  286. def toBuffer[A1 >: (T1, T2)]: Buffer[A1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).toBuffer
    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  287. def toBuffer[A1 >: (T1, T2)]: Buffer[A1]

    Permalink
    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
  288. def toIndexedSeq: IndexedSeq[((T1, T2))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).toIndexedSeq
    Definition Classes
    TraversableOnce → GenTraversableOnce
  289. def toIndexedSeq: IndexedSeq[(T1, T2)]

    Permalink
    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
  290. def toIterable: Iterable[((T1, T2))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).toIterable
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  291. def toIterable: Iterable[(T1, T2)]

    Permalink
    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
  292. def toIterator: Iterator[((T1, T2))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).toIterator
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  293. def toIterator: Iterator[(T1, T2)]

    Permalink
    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" )
  294. def toList: List[((T1, T2))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).toList
    Definition Classes
    TraversableOnce → GenTraversableOnce
  295. def toList: List[(T1, T2)]

    Permalink
    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
  296. def toMap[T, U](implicit ev: <:<[((T1, T2)), (T, U)]): Map[T, U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).toMap(ev)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  297. def toMap[T, U](implicit ev: <:<[(T1, T2), (T, U)]): Map[T, U]

    Permalink
    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
  298. def toSeq: Seq[((T1, T2))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).toSeq
    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  299. def toSeq: Seq[(T1, T2)]

    Permalink
    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
  300. def toSet[B >: (T1, T2)]: Set[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).toSet
    Definition Classes
    TraversableOnce → GenTraversableOnce
  301. def toSet[B >: (T1, T2)]: Set[B]

    Permalink
    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
  302. def toStream: Stream[((T1, T2))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).toStream
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  303. def toStream: Stream[(T1, T2)]

    Permalink
    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
  304. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).toString()
    Definition Classes
    CollSeq → SeqLike → TraversableLike → Function1 → AnyRef → Any
  305. def toString(): String

    Permalink
    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
  306. def toTraversable: Traversable[((T1, T2))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).toTraversable
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  307. def toTraversable: Traversable[(T1, T2)]

    Permalink
    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" )
  308. def toVector: Vector[((T1, T2))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).toVector
    Definition Classes
    TraversableOnce → GenTraversableOnce
  309. def toVector: Vector[(T1, T2)]

    Permalink
    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
  310. def transpose[B](implicit asTraversable: (((T1, T2))) ⇒ GenTraversableOnce[B]): IndexedSeq[IndexedSeq[B]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(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.

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

    Permalink
    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.

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

    Permalink
    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
  313. val underlying: Iterable[(T1, T2)]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).underlying
    Definition Classes
    CollSeq1
  315. val underlying: Seq[(T1, T2)]

    Permalink
    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
  316. def union[B >: (T1, T2), That](that: GenSeq[B])(implicit bf: CanBuildFrom[CollSeq1[(T1, T2)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).union(that)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  317. def union[B >: (T1, T2), That](that: GenSeq[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Permalink
    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
  318. def unzip[A1, A2](implicit asPair: (((T1, T2))) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).unzip(asPair)
    Definition Classes
    GenericTraversableTemplate
  319. def unzip[A1, A2](implicit asPair: ((T1, T2)) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])

    Permalink
    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
  320. def unzip3[A1, A2, A3](implicit asTriple: (((T1, T2))) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).unzip3(asTriple)
    Definition Classes
    GenericTraversableTemplate
  321. def unzip3[A1, A2, A3](implicit asTriple: ((T1, T2)) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])

    Permalink
    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
  322. def updated[B >: (T1, T2), That](index: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2)], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).updated(index, elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  323. def updated[B >: (T1, T2), That](index: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq2[T1, T2], B, That]): That

    Permalink
    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
  324. lazy val variance: Double

    Permalink

    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
  325. lazy val variance: Double

    Permalink

    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[(T1, T2)] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[(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[(T1, T2)]).variance
    Definition Classes
    Stats
  326. def view(from: Int, until: Int): SeqView[((T1, T2)), CollSeq1[(T1, T2)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).view(from, until)
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  327. def view: SeqView[((T1, T2)), CollSeq1[(T1, T2)]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).view
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  328. def view(from: Int, until: Int): SeqView[(T1, T2), CollSeq2[T1, T2]]

    Permalink
    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
  329. def view: SeqView[(T1, T2), CollSeq2[T1, T2]]

    Permalink
    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
  330. def withFilter(p: ((T1, T2)) ⇒ Boolean): Iterator[(T1, T2)]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).withFilter(p)
    Definition Classes
    TraversableLike → FilterMonadic
  332. def withFilter(p: ((T1, T2)) ⇒ Boolean): FilterMonadic[(T1, T2), CollSeq2[T1, T2]]

    Permalink
    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
  333. def withHeaders(h: String*): CollSeq1[(T1, T2)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).withHeaders(h)
    Definition Classes
    CollSeq1
  334. def withHeaders(h: String*): CollSeq2[T1, T2]

    Permalink
    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]).withHeaders(h)
  335. def zip[A1 >: (T1, T2), B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq1[(T1, T2)], (A1, B), That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).zip(that)(bf)
    Definition Classes
    IterableLike → GenIterableLike
  336. def zip[A1 >: (T1, T2), B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq2[T1, T2], (A1, B), That]): That

    Permalink
    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
  337. def zipAll[B, A1 >: (T1, T2), That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[CollSeq1[(T1, T2)], (A1, B), That]): That

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

    Permalink
    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
  339. def zipWithIndex[A1 >: (T1, T2), That](implicit bf: CanBuildFrom[CollSeq1[(T1, T2)], (A1, Int), That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from CollSeq2[T1, T2] to collections.CollSeq1[(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[(T1, T2)]).zipWithIndex(bf)
    Definition Classes
    IterableLike → GenIterableLike
  340. def zipWithIndex[A1 >: (T1, T2), That](implicit bf: CanBuildFrom[CollSeq2[T1, T2], (A1, Int), That]): That

    Permalink
    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[(T1, T2)]

Inherited from IndexedSeqLike[(T1, T2), CollSeq2[T1, T2]]

Inherited from Seq[(T1, T2)]

Inherited from SeqLike[(T1, T2), CollSeq2[T1, T2]]

Inherited from GenSeq[(T1, T2)]

Inherited from GenSeqLike[(T1, T2), CollSeq2[T1, T2]]

Inherited from Iterable[(T1, T2)]

Inherited from IterableLike[(T1, T2), CollSeq2[T1, T2]]

Inherited from Equals

Inherited from GenIterable[(T1, T2)]

Inherited from GenIterableLike[(T1, T2), CollSeq2[T1, T2]]

Inherited from Traversable[(T1, T2)]

Inherited from GenTraversable[(T1, T2)]

Inherited from GenericTraversableTemplate[(T1, T2), IndexedSeq]

Inherited from TraversableLike[(T1, T2), CollSeq2[T1, T2]]

Inherited from GenTraversableLike[(T1, T2), CollSeq2[T1, T2]]

Inherited from Parallelizable[(T1, T2), ParSeq[(T1, T2)]]

Inherited from TraversableOnce[(T1, T2)]

Inherited from GenTraversableOnce[(T1, T2)]

Inherited from FilterMonadic[(T1, T2), CollSeq2[T1, T2]]

Inherited from HasNewBuilder[(T1, T2), CollSeq2[T1, T2]]

Inherited from PartialFunction[Int, (T1, T2)]

Inherited from (Int) ⇒ (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[(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[(T1, T2)]

Inherited by implicit conversion SeqToCollSeqTc from CollSeq2[T1, T2] to collections.CollSeq1[(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