com.github.marklister.collections.immutable

CollSeq1

Related Docs: object CollSeq1 | package immutable

class CollSeq1[T1] extends CollSeq with IndexedSeq[Product1[T1]] with IndexedSeqLike[Product1[T1], CollSeq1[T1]] with Product1[Seq[T1]]

Linear Supertypes
Product1[Seq[T1]], CollSeq, Product, IndexedSeq[Product1[T1]], IndexedSeqLike[Product1[T1], CollSeq1[T1]], Seq[Product1[T1]], SeqLike[Product1[T1], CollSeq1[T1]], GenSeq[Product1[T1]], GenSeqLike[Product1[T1], CollSeq1[T1]], Iterable[Product1[T1]], IterableLike[Product1[T1], CollSeq1[T1]], Equals, GenIterable[Product1[T1]], GenIterableLike[Product1[T1], CollSeq1[T1]], Traversable[Product1[T1]], GenTraversable[Product1[T1]], GenericTraversableTemplate[Product1[T1], IndexedSeq], TraversableLike[Product1[T1], CollSeq1[T1]], GenTraversableLike[Product1[T1], CollSeq1[T1]], Parallelizable[Product1[T1], ParSeq[Product1[T1]]], TraversableOnce[Product1[T1]], GenTraversableOnce[Product1[T1]], FilterMonadic[Product1[T1], CollSeq1[T1]], HasNewBuilder[Product1[T1], CollSeq1[T1]], PartialFunction[Int, Product1[T1]], (Int) ⇒ Product1[T1], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CollSeq1
  2. Product1
  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 flattenTraversableOnce
  4. by SeqAToStatsA
  5. by SeqToCollSeqTc
  6. by SeqToCollSeqTa
  7. by any2stringadd
  8. by StringFormat
  9. by Ensuring
  10. by ArrowAssoc
  11. by alternateImplicit
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

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

    Definition Classes
    TraversableLike

Value Members

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

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

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

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to any2stringadd[CollSeq1[T1]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: Product1[T1], That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

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

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

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

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

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

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

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

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

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

    Definition Classes
    CollSeq1 → Product1
  14. def addString(b: StringBuilder): StringBuilder

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

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

    Definition Classes
    TraversableOnce
  17. def aggregate[B](z: ⇒ B)(seqop: (B, Product1[T1]) ⇒ B, combop: (B, B) ⇒ B): B

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

    Definition Classes
    PartialFunction → Function1
  19. def apply(idx: Int): Product1[T1]

    Definition Classes
    CollSeq1 → SeqLike → GenSeqLike → Function1
  20. def applyOrElse[A1 <: Int, B1 >: Product1[T1]](x: A1, default: (A1) ⇒ B1): B1

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def collect[B, That](pf: PartialFunction[Product1[T1], B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  25. def collectFirst[B](pf: PartialFunction[Product1[T1], B]): Option[B]

    Definition Classes
    TraversableOnce
  26. def combinations(n: Int): Iterator[CollSeq1[T1]]

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

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

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  29. def contains[A1 >: Product1[T1]](elem: A1): Boolean

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

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

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  32. def copyToArray[B >: Product1[T1]](xs: Array[B]): Unit

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  34. def copyToBuffer[B >: Product1[T1]](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  35. def corresponds[B](that: GenSeq[B])(p: (Product1[T1], B) ⇒ Boolean): Boolean

    Definition Classes
    SeqLike → GenSeqLike
  36. def count(p: (Product1[T1]) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  37. def diff[B >: Product1[T1]](that: GenSeq[B]): CollSeq1[T1]

    Definition Classes
    SeqLike → GenSeqLike
  38. def distinct: CollSeq1[T1]

    Definition Classes
    SeqLike → GenSeqLike
  39. def drop(n: Int): CollSeq1[T1]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  40. def dropRight(n: Int): CollSeq1[T1]

    Definition Classes
    IterableLike
  41. def dropWhile(p: (Product1[T1]) ⇒ Boolean): CollSeq1[T1]

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

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

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

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

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

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

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

    Definition Classes
    GenSeqLike → Equals → Any
  49. def exists(p: (Product1[T1]) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  50. def filter(p: (Product1[T1]) ⇒ Boolean): CollSeq1[T1]

    Definition Classes
    TraversableLike → GenTraversableLike
  51. def filterNot(p: (Product1[T1]) ⇒ Boolean): CollSeq1[T1]

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

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

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  54. def flatMap[B, That](f: (Product1[T1]) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

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

  56. def flatten[B](implicit asTraversable: (Product1[T1]) ⇒ GenTraversableOnce[B]): IndexedSeq[B]

    Definition Classes
    GenericTraversableTemplate
  57. def fold[A1 >: Product1[T1]](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  58. def foldLeft[B](z: B)(op: (B, Product1[T1]) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  59. def foldRight[B](z: B)(op: (Product1[T1], B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  60. def forall(p: (Product1[T1]) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  61. def foreach[U](f: (Product1[T1]) ⇒ U): Unit

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

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

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

    Definition Classes
    AnyRef → Any
  65. def groupBy[K](f: (Product1[T1]) ⇒ K): Map[K, CollSeq1[T1]]

    Definition Classes
    TraversableLike → GenTraversableLike
  66. def grouped(size: Int): Iterator[CollSeq1[T1]]

    Definition Classes
    IterableLike
  67. def hasDefiniteSize: Boolean

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

    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  69. def head: Product1[T1]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  70. def headOption: Option[Product1[T1]]

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

    Definition Classes
    GenSeqLike
  72. def indexOf[B >: Product1[T1]](elem: B): Int

    Definition Classes
    GenSeqLike
  73. def indexOfSlice[B >: Product1[T1]](that: GenSeq[B], from: Int): Int

    Definition Classes
    SeqLike
  74. def indexOfSlice[B >: Product1[T1]](that: GenSeq[B]): Int

    Definition Classes
    SeqLike
  75. def indexWhere(p: (Product1[T1]) ⇒ Boolean, from: Int): Int

    Definition Classes
    SeqLike → GenSeqLike
  76. def indexWhere(p: (Product1[T1]) ⇒ Boolean): Int

    Definition Classes
    GenSeqLike
  77. def indices: Range

    Definition Classes
    SeqLike
  78. def init: CollSeq1[T1]

    Definition Classes
    TraversableLike → GenTraversableLike
  79. def inits: Iterator[CollSeq1[T1]]

    Definition Classes
    TraversableLike
  80. def intersect[B >: Product1[T1]](that: GenSeq[B]): CollSeq1[T1]

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

    Definition Classes
    GenSeqLike
  82. def isEmpty: Boolean

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

    Definition Classes
    Any
  84. final def isTraversableAgain: Boolean

    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  85. def iterator: Iterator[Product1[T1]]

    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  86. def last: Product1[T1]

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

    Definition Classes
    GenSeqLike
  88. def lastIndexOf[B >: Product1[T1]](elem: B): Int

    Definition Classes
    GenSeqLike
  89. def lastIndexOfSlice[B >: Product1[T1]](that: GenSeq[B], end: Int): Int

    Definition Classes
    SeqLike
  90. def lastIndexOfSlice[B >: Product1[T1]](that: GenSeq[B]): Int

    Definition Classes
    SeqLike
  91. def lastIndexWhere(p: (Product1[T1]) ⇒ Boolean, end: Int): Int

    Definition Classes
    SeqLike → GenSeqLike
  92. def lastIndexWhere(p: (Product1[T1]) ⇒ Boolean): Int

    Definition Classes
    GenSeqLike
  93. def lastOption: Option[Product1[T1]]

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

    Definition Classes
    CollSeq1 → SeqLike → GenSeqLike
  95. def lengthCompare(len: Int): Int

    Definition Classes
    SeqLike
  96. def lift: (Int) ⇒ Option[Product1[T1]]

    Definition Classes
    PartialFunction
  97. def map[B, That](f: (Product1[T1]) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  98. def max[B >: Product1[T1]](implicit cmp: Ordering[B]): Product1[T1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  99. def maxBy[B](f: (Product1[T1]) ⇒ B)(implicit cmp: Ordering[B]): Product1[T1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  100. lazy val mean: Double

    The arithmetic mean of all the elements

    The arithmetic mean of all the elements

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to Stats[Product1[T1]] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[Product1[T1]] is in scope.
    Definition Classes
    Stats
  101. def min[B >: Product1[T1]](implicit cmp: Ordering[B]): Product1[T1]

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  103. def mkString: String

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

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

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

    Definition Classes
    AnyRef
  107. def newBuilder: Builder[Product1[T1], CollSeq1[T1]]

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

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

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

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

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

    Definition Classes
    SeqLike → GenSeqLike
  113. def par: ParSeq[Product1[T1]]

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

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

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

    Definition Classes
    SeqLike → GenSeqLike
  117. def permutations: Iterator[CollSeq1[T1]]

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  120. def productArity: Int

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

    Definition Classes
    CollSeq1 → Product1 → Product
  122. def productIterator: Iterator[Seq[Any]]

    Definition Classes
    CollSeq → Product
  123. def productPrefix: String

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

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

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  130. def repr: CollSeq1[T1]

    Definition Classes
    TraversableLike → GenTraversableLike
  131. def reverse: CollSeq1[T1]

    Definition Classes
    SeqLike → GenSeqLike
  132. def reverseIterator: Iterator[Product1[T1]]

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

    Definition Classes
    SeqLike → GenSeqLike
  134. def reversed: List[Product1[T1]]

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

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  139. def scanRight[B, That](z: B)(op: (Product1[T1], B) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

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

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

    Definition Classes
    SeqLike → GenSeqLike
  141. def seq: IndexedSeq[Product1[T1]]

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

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

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

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

    Definition Classes
    IterableLike
  146. def sortBy[B](f: (Product1[T1]) ⇒ B)(implicit ord: Ordering[B]): CollSeq1[T1]

    Definition Classes
    SeqLike
  147. def sortWith(lt: (Product1[T1], Product1[T1]) ⇒ Boolean): CollSeq1[T1]

    Definition Classes
    SeqLike
  148. def sorted[B >: Product1[T1]](implicit ord: Ordering[B]): CollSeq1[T1]

    Definition Classes
    SeqLike
  149. def span(p: (Product1[T1]) ⇒ Boolean): (CollSeq1[T1], CollSeq1[T1])

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

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

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

    Definition Classes
    GenSeqLike
  153. lazy val stdDev: Double

    The standard deviation of all the elements

    The standard deviation of all the elements

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to Stats[Product1[T1]] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[Product1[T1]] is in scope.
    Definition Classes
    Stats
  154. def stringPrefix: String

    Definition Classes
    TraversableLike → GenTraversableLike
  155. def sum[B >: Product1[T1]](implicit num: Numeric[B]): B

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

    Definition Classes
    AnyRef
  157. def tail: CollSeq1[T1]

    Definition Classes
    TraversableLike → GenTraversableLike
  158. def tails: Iterator[CollSeq1[T1]]

    Definition Classes
    TraversableLike
  159. def take(n: Int): CollSeq1[T1]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  160. def takeRight(n: Int): CollSeq1[T1]

    Definition Classes
    IterableLike
  161. def takeWhile(p: (Product1[T1]) ⇒ Boolean): CollSeq1[T1]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  162. def thisCollection: IndexedSeq[Product1[T1]]

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

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  164. def toArray[B >: Product1[T1]](implicit arg0: ClassTag[B]): Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  165. def toBuffer[A1 >: Product1[T1]]: Buffer[A1]

    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  166. def toCollection(repr: CollSeq1[T1]): IndexedSeq[Product1[T1]]

    Attributes
    protected[this]
    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  167. def toIndexedSeq: IndexedSeq[Product1[T1]]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  168. def toIterable: Iterable[Product1[T1]]

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  169. def toIterator: Iterator[Product1[T1]]

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

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

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

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

    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  174. def toSet[B >: Product1[T1]]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  175. def toStream: Stream[Product1[T1]]

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

    Definition Classes
    CollSeq → SeqLike → TraversableLike → Function1 → AnyRef → Any
  177. def toTraversable: Traversable[Product1[T1]]

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  179. def transpose[B](implicit asTraversable: (Product1[T1]) ⇒ GenTraversableOnce[B]): IndexedSeq[IndexedSeq[B]]

    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  180. val underlying: Seq[Product1[T1]]

  181. def union[B >: Product1[T1], That](that: GenSeq[B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

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

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

    Definition Classes
    GenericTraversableTemplate
  184. def updated[B >: Product1[T1], That](index: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  185. lazy val variance: Double

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

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

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to Stats[Product1[T1]] performed by method SeqAToStatsA in com.github.marklister.collections. This conversion will take place only if an implicit value of type Numeric[Product1[T1]] is in scope.
    Definition Classes
    Stats
  186. def view(from: Int, until: Int): SeqView[Product1[T1], CollSeq1[T1]]

    Definition Classes
    SeqLike → IterableLike → TraversableLike
  187. def view: SeqView[Product1[T1], CollSeq1[T1]]

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

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

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

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

    Definition Classes
    TraversableLike → FilterMonadic
  192. def zip[A1 >: Product1[T1], B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq1[T1], (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  193. def zipAll[B, A1 >: Product1[T1], That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[CollSeq1[T1], (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  194. def zipWithIndex[A1 >: Product1[T1], That](implicit bf: CanBuildFrom[CollSeq1[T1], (A1, Int), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  195. def [B](y: B): (CollSeq1[T1], B)

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

Shadowed Implicit Value Members

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

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).++(that)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  2. def ++[B >: Product1[T1], That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).++(that)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  3. def ++:[B >: Product1[T1], That](that: Traversable[B])(implicit bf: CanBuildFrom[CollSeq1[Product1[T1]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).++:(that)(bf)
    Definition Classes
    TraversableLike
  4. def ++:[B >: Product1[T1], That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[Product1[T1]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).++:(that)(bf)
    Definition Classes
    TraversableLike
  5. def ++:[B >: Product1[T1], That](that: Traversable[B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).++:(that)(bf)
    Definition Classes
    TraversableLike
  6. def ++:[B >: Product1[T1], That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).++:(that)(bf)
    Definition Classes
    TraversableLike
  7. def +:[B >: Product1[T1], That](elem: B)(implicit bf: CanBuildFrom[CollSeq1[Product1[T1]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).+:(elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  8. def +:[B >: Product1[T1], That](elem: B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).+:(elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  9. def /:[B](z: B)(op: (B, Product1[Product1[T1]]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]])./:(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. def /:[B](z: B)(op: (B, Product1[T1]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1])./:(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  11. def :+[B >: Product1[T1], That](elem: B)(implicit bf: CanBuildFrom[CollSeq1[Product1[T1]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).:+(elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  12. def :+[B >: Product1[T1], That](elem: B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).:+(elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  13. def :\[B](z: B)(op: (Product1[Product1[T1]], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).:\(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  14. def :\[B](z: B)(op: (Product1[T1], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).:\(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  15. def addString(b: StringBuilder): StringBuilder

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).addString(b)
    Definition Classes
    TraversableOnce
  16. def addString(b: StringBuilder, sep: String): StringBuilder

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).addString(b, sep)
    Definition Classes
    TraversableOnce
  17. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).addString(b, start, sep, end)
    Definition Classes
    TraversableOnce
  18. def addString(b: StringBuilder): StringBuilder

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).addString(b)
    Definition Classes
    TraversableOnce
  19. def addString(b: StringBuilder, sep: String): StringBuilder

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).addString(b, sep)
    Definition Classes
    TraversableOnce
  20. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).addString(b, start, sep, end)
    Definition Classes
    TraversableOnce
  21. def aggregate[B](z: ⇒ B)(seqop: (B, Product1[Product1[T1]]) ⇒ B, combop: (B, B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).aggregate(z)(seqop, combop)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  22. def aggregate[B](z: ⇒ B)(seqop: (B, Product1[T1]) ⇒ B, combop: (B, B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).aggregate(z)(seqop, combop)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  23. def andThen[C](k: (Product1[Product1[T1]]) ⇒ C): PartialFunction[Int, C]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).andThen(k)
    Definition Classes
    PartialFunction → Function1
  24. def andThen[C](k: (Product1[T1]) ⇒ C): PartialFunction[Int, C]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).andThen(k)
    Definition Classes
    PartialFunction → Function1
  25. def apply(idx: Int): Product1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).apply(idx)
    Definition Classes
    CollSeq1 → SeqLike → GenSeqLike → Function1
  26. def apply(idx: Int): Product1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).apply(idx)
    Definition Classes
    CollSeq1 → SeqLike → GenSeqLike → Function1
  27. def applyOrElse[A1 <: Int, B1 >: Product1[T1]](x: A1, default: (A1) ⇒ B1): B1

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).applyOrElse(x, default)
    Definition Classes
    PartialFunction
  28. def applyOrElse[A1 <: Int, B1 >: Product1[T1]](x: A1, default: (A1) ⇒ B1): B1

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).applyOrElse(x, default)
    Definition Classes
    PartialFunction
  29. def canEqual(that: Any): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).canEqual(that)
    Definition Classes
    IterableLike → Equals
  30. def canEqual(that: Any): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).canEqual(that)
    Definition Classes
    IterableLike → Equals
  31. def collect[B, That](pf: PartialFunction[Product1[Product1[T1]], B])(implicit bf: CanBuildFrom[CollSeq1[Product1[T1]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).collect(pf)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  32. def collect[B, That](pf: PartialFunction[Product1[T1], B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).collect(pf)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  33. def collectFirst[B](pf: PartialFunction[Product1[Product1[T1]], B]): Option[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).collectFirst(pf)
    Definition Classes
    TraversableOnce
  34. def collectFirst[B](pf: PartialFunction[Product1[T1], B]): Option[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).collectFirst(pf)
    Definition Classes
    TraversableOnce
  35. def combinations(n: Int): Iterator[CollSeq1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).combinations(n)
    Definition Classes
    SeqLike
  36. def combinations(n: Int): Iterator[CollSeq1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).combinations(n)
    Definition Classes
    SeqLike
  37. def companion: GenericCompanion[IndexedSeq]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).companion
    Definition Classes
    IndexedSeq → Seq → GenSeq → Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  38. def companion: GenericCompanion[IndexedSeq]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).companion
    Definition Classes
    IndexedSeq → Seq → GenSeq → Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  39. def compose[A](g: (A) ⇒ Int): (A) ⇒ Product1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  40. def compose[A](g: (A) ⇒ Int): (A) ⇒ Product1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  41. def contains[A1 >: Product1[T1]](elem: A1): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).contains(elem)
    Definition Classes
    SeqLike
  42. def contains[A1 >: Product1[T1]](elem: A1): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).contains(elem)
    Definition Classes
    SeqLike
  43. def containsSlice[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).containsSlice(that)
    Definition Classes
    SeqLike
  44. def containsSlice[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).containsSlice(that)
    Definition Classes
    SeqLike
  45. def copyToArray[B >: Product1[T1]](xs: Array[B], start: Int, len: Int): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).copyToArray(xs, start, len)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  46. def copyToArray[B >: Product1[T1]](xs: Array[B]): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).copyToArray(xs)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  47. def copyToArray[B >: Product1[T1]](xs: Array[B], start: Int): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).copyToArray(xs, start)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  48. def copyToArray[B >: Product1[T1]](xs: Array[B], start: Int, len: Int): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).copyToArray(xs, start, len)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  49. def copyToArray[B >: Product1[T1]](xs: Array[B]): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).copyToArray(xs)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  50. def copyToArray[B >: Product1[T1]](xs: Array[B], start: Int): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).copyToArray(xs, start)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  51. def copyToBuffer[B >: Product1[T1]](dest: Buffer[B]): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).copyToBuffer(dest)
    Definition Classes
    TraversableOnce
  52. def copyToBuffer[B >: Product1[T1]](dest: Buffer[B]): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).copyToBuffer(dest)
    Definition Classes
    TraversableOnce
  53. def corresponds[B](that: GenSeq[B])(p: (Product1[Product1[T1]], B) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).corresponds(that)(p)
    Definition Classes
    SeqLike → GenSeqLike
  54. def corresponds[B](that: GenSeq[B])(p: (Product1[T1], B) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).corresponds(that)(p)
    Definition Classes
    SeqLike → GenSeqLike
  55. def count(p: (Product1[Product1[T1]]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).count(p)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  56. def count(p: (Product1[T1]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).count(p)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  57. def diff[B >: Product1[T1]](that: GenSeq[B]): CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).diff(that)
    Definition Classes
    SeqLike → GenSeqLike
  58. def diff[B >: Product1[T1]](that: GenSeq[B]): CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).diff(that)
    Definition Classes
    SeqLike → GenSeqLike
  59. def distinct: CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).distinct
    Definition Classes
    SeqLike → GenSeqLike
  60. def distinct: CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).distinct
    Definition Classes
    SeqLike → GenSeqLike
  61. def drop(n: Int): CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).drop(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  62. def drop(n: Int): CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).drop(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  63. def dropRight(n: Int): CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).dropRight(n)
    Definition Classes
    IterableLike
  64. def dropRight(n: Int): CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).dropRight(n)
    Definition Classes
    IterableLike
  65. def dropWhile(p: (Product1[Product1[T1]]) ⇒ Boolean): CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).dropWhile(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  66. def dropWhile(p: (Product1[T1]) ⇒ Boolean): CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).dropWhile(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  67. def endsWith[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).endsWith(that)
    Definition Classes
    SeqLike → GenSeqLike
  68. def endsWith[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).endsWith(that)
    Definition Classes
    SeqLike → GenSeqLike
  69. def equals(that: Any): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).equals(that)
    Definition Classes
    GenSeqLike → Equals → Any
  70. def equals(that: Any): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).equals(that)
    Definition Classes
    GenSeqLike → Equals → Any
  71. def exists(p: (Product1[Product1[T1]]) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).exists(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  72. def exists(p: (Product1[T1]) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).exists(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  73. def filter(p: (Product1[T1]) ⇒ Boolean): TraversableOnce[Product1[T1]]

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

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).filter(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  75. def filter(p: (Product1[T1]) ⇒ Boolean): CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).filter(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  76. def filterNot(p: (Product1[Product1[T1]]) ⇒ Boolean): CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).filterNot(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  77. def filterNot(p: (Product1[T1]) ⇒ Boolean): CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).filterNot(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  78. def find(p: (Product1[Product1[T1]]) ⇒ Boolean): Option[Product1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).find(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  79. def find(p: (Product1[T1]) ⇒ Boolean): Option[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).find(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  80. def flatMap[B](f: (Product1[T1]) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

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

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).flatMap(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  82. def flatMap[B, That](f: (Product1[T1]) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).flatMap(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  83. def flatZip[B](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq1[Product1[T1]], (Product1[T1], B), CollSeq2[Product1[T1], B]]): CollSeq2[Product1[T1], B]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).flatZip(that)(bf)
  84. def flatZip[B](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq1[T1], (T1, B), CollSeq2[T1, B]]): CollSeq2[T1, B]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).flatZip(that)(bf)
  85. def flatten: Iterator[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to FlattenOps[T1] performed by method flattenTraversableOnce in scala.collection.TraversableOnce. This conversion will take place only if an implicit value of type (Product1[T1]) ⇒ TraversableOnce[T1] 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:
    (collSeq1: FlattenOps[T1]).flatten
    Definition Classes
    FlattenOps
  86. def flatten[B](implicit asTraversable: (Product1[Product1[T1]]) ⇒ GenTraversableOnce[B]): IndexedSeq[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).flatten(asTraversable)
    Definition Classes
    GenericTraversableTemplate
  87. def flatten[B](implicit asTraversable: (Product1[T1]) ⇒ GenTraversableOnce[B]): IndexedSeq[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).flatten(asTraversable)
    Definition Classes
    GenericTraversableTemplate
  88. def fold[A1 >: Product1[T1]](z: A1)(op: (A1, A1) ⇒ A1): A1

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).fold(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  89. def fold[A1 >: Product1[T1]](z: A1)(op: (A1, A1) ⇒ A1): A1

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).fold(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  90. def foldLeft[B](z: B)(op: (B, Product1[Product1[T1]]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).foldLeft(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  91. def foldLeft[B](z: B)(op: (B, Product1[T1]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).foldLeft(z)(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. def foldRight[B](z: B)(op: (Product1[Product1[T1]], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).foldRight(z)(op)
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  93. def foldRight[B](z: B)(op: (Product1[T1], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).foldRight(z)(op)
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  94. def forall(p: (Product1[Product1[T1]]) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).forall(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  95. def forall(p: (Product1[T1]) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).forall(p)
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  96. def foreach[U](f: (Product1[Product1[T1]]) ⇒ U): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).foreach(f)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  97. def foreach[U](f: (Product1[T1]) ⇒ U): Unit

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).foreach(f)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  98. def genericBuilder[B]: Builder[B, IndexedSeq[B]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).genericBuilder
    Definition Classes
    GenericTraversableTemplate
  99. def genericBuilder[B]: Builder[B, IndexedSeq[B]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).genericBuilder
    Definition Classes
    GenericTraversableTemplate
  100. def groupBy[K](f: (Product1[Product1[T1]]) ⇒ K): Map[K, CollSeq1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).groupBy(f)
    Definition Classes
    TraversableLike → GenTraversableLike
  101. def groupBy[K](f: (Product1[T1]) ⇒ K): Map[K, CollSeq1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).groupBy(f)
    Definition Classes
    TraversableLike → GenTraversableLike
  102. def grouped(size: Int): Iterator[CollSeq1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).grouped(size)
    Definition Classes
    IterableLike
  103. def grouped(size: Int): Iterator[CollSeq1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).grouped(size)
    Definition Classes
    IterableLike
  104. def hasDefiniteSize: Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).hasDefiniteSize
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  105. def hasDefiniteSize: Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).hasDefiniteSize
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  106. def hashCode(): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).hashCode()
    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  107. def hashCode(): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).hashCode()
    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  108. def head: Product1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).head
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  109. def head: Product1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).head
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  110. def headOption: Option[Product1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).headOption
    Definition Classes
    TraversableLike → GenTraversableLike
  111. def headOption: Option[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).headOption
    Definition Classes
    TraversableLike → GenTraversableLike
  112. def indexOf[B >: Product1[T1]](elem: B, from: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).indexOf(elem, from)
    Definition Classes
    GenSeqLike
  113. def indexOf[B >: Product1[T1]](elem: B): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).indexOf(elem)
    Definition Classes
    GenSeqLike
  114. def indexOf[B >: Product1[T1]](elem: B, from: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).indexOf(elem, from)
    Definition Classes
    GenSeqLike
  115. def indexOf[B >: Product1[T1]](elem: B): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).indexOf(elem)
    Definition Classes
    GenSeqLike
  116. def indexOfSlice[B >: Product1[T1]](that: GenSeq[B], from: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).indexOfSlice(that, from)
    Definition Classes
    SeqLike
  117. def indexOfSlice[B >: Product1[T1]](that: GenSeq[B]): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).indexOfSlice(that)
    Definition Classes
    SeqLike
  118. def indexOfSlice[B >: Product1[T1]](that: GenSeq[B], from: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).indexOfSlice(that, from)
    Definition Classes
    SeqLike
  119. def indexOfSlice[B >: Product1[T1]](that: GenSeq[B]): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).indexOfSlice(that)
    Definition Classes
    SeqLike
  120. def indexWhere(p: (Product1[Product1[T1]]) ⇒ Boolean, from: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).indexWhere(p, from)
    Definition Classes
    SeqLike → GenSeqLike
  121. def indexWhere(p: (Product1[Product1[T1]]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).indexWhere(p)
    Definition Classes
    GenSeqLike
  122. def indexWhere(p: (Product1[T1]) ⇒ Boolean, from: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).indexWhere(p, from)
    Definition Classes
    SeqLike → GenSeqLike
  123. def indexWhere(p: (Product1[T1]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).indexWhere(p)
    Definition Classes
    GenSeqLike
  124. def indices: Range

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).indices
    Definition Classes
    SeqLike
  125. def indices: Range

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).indices
    Definition Classes
    SeqLike
  126. def init: CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).init
    Definition Classes
    TraversableLike → GenTraversableLike
  127. def init: CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).init
    Definition Classes
    TraversableLike → GenTraversableLike
  128. def inits: Iterator[CollSeq1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).inits
    Definition Classes
    TraversableLike
  129. def inits: Iterator[CollSeq1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).inits
    Definition Classes
    TraversableLike
  130. def intersect[B >: Product1[T1]](that: GenSeq[B]): CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).intersect(that)
    Definition Classes
    SeqLike → GenSeqLike
  131. def intersect[B >: Product1[T1]](that: GenSeq[B]): CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).intersect(that)
    Definition Classes
    SeqLike → GenSeqLike
  132. def isDefinedAt(idx: Int): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).isDefinedAt(idx)
    Definition Classes
    GenSeqLike
  133. def isDefinedAt(idx: Int): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).isDefinedAt(idx)
    Definition Classes
    GenSeqLike
  134. def isEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).isEmpty
    Definition Classes
    SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  135. def isEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).isEmpty
    Definition Classes
    SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  136. final def isTraversableAgain: Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).isTraversableAgain
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  137. final def isTraversableAgain: Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).isTraversableAgain
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  138. def iterator: Iterator[Product1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).iterator
    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  139. def iterator: Iterator[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).iterator
    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  140. def last: Product1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).last
    Definition Classes
    TraversableLike → GenTraversableLike
  141. def last: Product1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).last
    Definition Classes
    TraversableLike → GenTraversableLike
  142. def lastIndexOf[B >: Product1[T1]](elem: B, end: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).lastIndexOf(elem, end)
    Definition Classes
    GenSeqLike
  143. def lastIndexOf[B >: Product1[T1]](elem: B): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).lastIndexOf(elem)
    Definition Classes
    GenSeqLike
  144. def lastIndexOf[B >: Product1[T1]](elem: B, end: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).lastIndexOf(elem, end)
    Definition Classes
    GenSeqLike
  145. def lastIndexOf[B >: Product1[T1]](elem: B): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).lastIndexOf(elem)
    Definition Classes
    GenSeqLike
  146. def lastIndexOfSlice[B >: Product1[T1]](that: GenSeq[B], end: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).lastIndexOfSlice(that, end)
    Definition Classes
    SeqLike
  147. def lastIndexOfSlice[B >: Product1[T1]](that: GenSeq[B]): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).lastIndexOfSlice(that)
    Definition Classes
    SeqLike
  148. def lastIndexOfSlice[B >: Product1[T1]](that: GenSeq[B], end: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).lastIndexOfSlice(that, end)
    Definition Classes
    SeqLike
  149. def lastIndexOfSlice[B >: Product1[T1]](that: GenSeq[B]): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).lastIndexOfSlice(that)
    Definition Classes
    SeqLike
  150. def lastIndexWhere(p: (Product1[Product1[T1]]) ⇒ Boolean, end: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).lastIndexWhere(p, end)
    Definition Classes
    SeqLike → GenSeqLike
  151. def lastIndexWhere(p: (Product1[Product1[T1]]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).lastIndexWhere(p)
    Definition Classes
    GenSeqLike
  152. def lastIndexWhere(p: (Product1[T1]) ⇒ Boolean, end: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).lastIndexWhere(p, end)
    Definition Classes
    SeqLike → GenSeqLike
  153. def lastIndexWhere(p: (Product1[T1]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).lastIndexWhere(p)
    Definition Classes
    GenSeqLike
  154. def lastOption: Option[Product1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).lastOption
    Definition Classes
    TraversableLike → GenTraversableLike
  155. def lastOption: Option[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).lastOption
    Definition Classes
    TraversableLike → GenTraversableLike
  156. lazy val length: Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).length
    Definition Classes
    CollSeq1 → SeqLike → GenSeqLike
  157. lazy val length: Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).length
    Definition Classes
    CollSeq1 → SeqLike → GenSeqLike
  158. def lengthCompare(len: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).lengthCompare(len)
    Definition Classes
    SeqLike
  159. def lengthCompare(len: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).lengthCompare(len)
    Definition Classes
    SeqLike
  160. def lift: (Int) ⇒ Option[Product1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).lift
    Definition Classes
    PartialFunction
  161. def lift: (Int) ⇒ Option[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).lift
    Definition Classes
    PartialFunction
  162. def map[B](f: (Product1[T1]) ⇒ B): TraversableOnce[B]

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

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).map(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  164. def map[B, That](f: (Product1[T1]) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).map(f)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  165. def max[B >: Product1[T1]](implicit cmp: Ordering[B]): Product1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).max(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  166. def max[B >: Product1[T1]](implicit cmp: Ordering[B]): Product1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).max(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  167. def maxBy[B](f: (Product1[Product1[T1]]) ⇒ B)(implicit cmp: Ordering[B]): Product1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).maxBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  168. def maxBy[B](f: (Product1[T1]) ⇒ B)(implicit cmp: Ordering[B]): Product1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).maxBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  169. def min[B >: Product1[T1]](implicit cmp: Ordering[B]): Product1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).min(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  170. def min[B >: Product1[T1]](implicit cmp: Ordering[B]): Product1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).min(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  171. def minBy[B](f: (Product1[Product1[T1]]) ⇒ B)(implicit cmp: Ordering[B]): Product1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).minBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  172. def minBy[B](f: (Product1[T1]) ⇒ B)(implicit cmp: Ordering[B]): Product1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).minBy(f)(cmp)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  173. def mkString: String

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).mkString
    Definition Classes
    TraversableOnce → GenTraversableOnce
  174. def mkString(sep: String): String

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).mkString(sep)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  175. def mkString(start: String, sep: String, end: String): String

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).mkString(start, sep, end)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  176. def mkString: String

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).mkString
    Definition Classes
    TraversableOnce → GenTraversableOnce
  177. def mkString(sep: String): String

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).mkString(sep)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  178. def mkString(start: String, sep: String, end: String): String

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).mkString(start, sep, end)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  179. def nonEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).nonEmpty
    Definition Classes
    TraversableOnce → GenTraversableOnce
  180. def nonEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).nonEmpty
    Definition Classes
    TraversableOnce → GenTraversableOnce
  181. def orElse[A1 <: Int, B1 >: Product1[T1]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).orElse(that)
    Definition Classes
    PartialFunction
  182. def orElse[A1 <: Int, B1 >: Product1[T1]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).orElse(that)
    Definition Classes
    PartialFunction
  183. def padTo[B >: Product1[T1], That](len: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq1[Product1[T1]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).padTo(len, elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  184. def padTo[B >: Product1[T1], That](len: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).padTo(len, elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  185. def par: ParSeq[Product1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).par
    Definition Classes
    Parallelizable
  186. def par: ParSeq[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).par
    Definition Classes
    Parallelizable
  187. def partition(p: (Product1[Product1[T1]]) ⇒ Boolean): (CollSeq1[Product1[T1]], CollSeq1[Product1[T1]])

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).partition(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  188. def partition(p: (Product1[T1]) ⇒ Boolean): (CollSeq1[T1], CollSeq1[T1])

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).partition(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  189. def patch[B >: Product1[T1], That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[CollSeq1[Product1[T1]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).patch(from, patch, replaced)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  190. def patch[B >: Product1[T1], That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).patch(from, patch, replaced)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  191. def permutations: Iterator[CollSeq1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).permutations
    Definition Classes
    SeqLike
  192. def permutations: Iterator[CollSeq1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).permutations
    Definition Classes
    SeqLike
  193. def prefixLength(p: (Product1[Product1[T1]]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).prefixLength(p)
    Definition Classes
    GenSeqLike
  194. def prefixLength(p: (Product1[T1]) ⇒ Boolean): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).prefixLength(p)
    Definition Classes
    GenSeqLike
  195. def product[B >: Product1[T1]](implicit num: Numeric[B]): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).product(num)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  196. def product[B >: Product1[T1]](implicit num: Numeric[B]): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).product(num)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  197. def productArity: Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).productArity
    Definition Classes
    Product1 → Product
  198. def productArity: Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).productArity
    Definition Classes
    Product1 → Product
  199. def productElement(n: Int): Seq[Any]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).productElement(n)
    Definition Classes
    CollSeq1 → Product1 → Product
  200. def productElement(n: Int): Seq[Any]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).productElement(n)
    Definition Classes
    CollSeq1 → Product1 → Product
  201. def productIterator: Iterator[Seq[Any]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).productIterator
    Definition Classes
    CollSeq → Product
  202. def productIterator: Iterator[Seq[Any]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).productIterator
    Definition Classes
    CollSeq → Product
  203. def productPrefix: String

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).productPrefix
    Definition Classes
    Product
  204. def productPrefix: String

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).productPrefix
    Definition Classes
    Product
  205. def reduce[A1 >: Product1[T1]](op: (A1, A1) ⇒ A1): A1

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).reduce(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  206. def reduce[A1 >: Product1[T1]](op: (A1, A1) ⇒ A1): A1

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).reduce(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  207. def reduceLeft[B >: Product1[T1]](op: (B, Product1[Product1[T1]]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).reduceLeft(op)
    Definition Classes
    TraversableOnce
  208. def reduceLeft[B >: Product1[T1]](op: (B, Product1[T1]) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).reduceLeft(op)
    Definition Classes
    TraversableOnce
  209. def reduceLeftOption[B >: Product1[T1]](op: (B, Product1[Product1[T1]]) ⇒ B): Option[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).reduceLeftOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  210. def reduceLeftOption[B >: Product1[T1]](op: (B, Product1[T1]) ⇒ B): Option[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).reduceLeftOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  211. def reduceOption[A1 >: Product1[T1]](op: (A1, A1) ⇒ A1): Option[A1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).reduceOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  212. def reduceOption[A1 >: Product1[T1]](op: (A1, A1) ⇒ A1): Option[A1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).reduceOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  213. def reduceRight[B >: Product1[T1]](op: (Product1[Product1[T1]], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).reduceRight(op)
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  214. def reduceRight[B >: Product1[T1]](op: (Product1[T1], B) ⇒ B): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).reduceRight(op)
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  215. def reduceRightOption[B >: Product1[T1]](op: (Product1[Product1[T1]], B) ⇒ B): Option[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).reduceRightOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  216. def reduceRightOption[B >: Product1[T1]](op: (Product1[T1], B) ⇒ B): Option[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).reduceRightOption(op)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  217. def repr: CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).repr
    Definition Classes
    TraversableLike → GenTraversableLike
  218. def repr: CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).repr
    Definition Classes
    TraversableLike → GenTraversableLike
  219. def reverse: CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).reverse
    Definition Classes
    SeqLike → GenSeqLike
  220. def reverse: CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).reverse
    Definition Classes
    SeqLike → GenSeqLike
  221. def reverseIterator: Iterator[Product1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).reverseIterator
    Definition Classes
    SeqLike
  222. def reverseIterator: Iterator[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).reverseIterator
    Definition Classes
    SeqLike
  223. def reverseMap[B, That](f: (Product1[Product1[T1]]) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[Product1[T1]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).reverseMap(f)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  224. def reverseMap[B, That](f: (Product1[T1]) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).reverseMap(f)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  225. def runWith[U](action: (Product1[Product1[T1]]) ⇒ U): (Int) ⇒ Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).runWith(action)
    Definition Classes
    PartialFunction
  226. def runWith[U](action: (Product1[T1]) ⇒ U): (Int) ⇒ Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).runWith(action)
    Definition Classes
    PartialFunction
  227. def sameElements[B >: Product1[T1]](that: GenIterable[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).sameElements(that)
    Definition Classes
    IterableLike → GenIterableLike
  228. def sameElements[B >: Product1[T1]](that: GenIterable[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).sameElements(that)
    Definition Classes
    IterableLike → GenIterableLike
  229. def scan[B >: Product1[T1], That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[CollSeq1[Product1[T1]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).scan(z)(op)(cbf)
    Definition Classes
    TraversableLike → GenTraversableLike
  230. def scan[B >: Product1[T1], That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).scan(z)(op)(cbf)
    Definition Classes
    TraversableLike → GenTraversableLike
  231. def scanLeft[B, That](z: B)(op: (B, Product1[Product1[T1]]) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[Product1[T1]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).scanLeft(z)(op)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  232. def scanLeft[B, That](z: B)(op: (B, Product1[T1]) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).scanLeft(z)(op)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
  233. def scanRight[B, That](z: B)(op: (Product1[Product1[T1]], B) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[Product1[T1]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).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.

  234. def scanRight[B, That](z: B)(op: (Product1[T1], B) ⇒ B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).scanRight(z)(op)(bf)
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

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

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

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).segmentLength(p, from)
    Definition Classes
    SeqLike → GenSeqLike
  236. def segmentLength(p: (Product1[T1]) ⇒ Boolean, from: Int): Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).segmentLength(p, from)
    Definition Classes
    SeqLike → GenSeqLike
  237. def seq: IndexedSeq[Product1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).seq
    Definition Classes
    IndexedSeq → IndexedSeqLike → Seq → GenSeq → GenSeqLike → Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  238. def seq: IndexedSeq[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).seq
    Definition Classes
    IndexedSeq → IndexedSeqLike → Seq → GenSeq → GenSeqLike → Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  239. def size: Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).size
    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  240. def size: Int

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).size
    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  241. def slice(from: Int, until: Int): CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).slice(from, until)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  242. def slice(from: Int, until: Int): CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).slice(from, until)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  243. def sliding(size: Int, step: Int): Iterator[CollSeq1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).sliding(size, step)
    Definition Classes
    IterableLike
  244. def sliding(size: Int): Iterator[CollSeq1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).sliding(size)
    Definition Classes
    IterableLike
  245. def sliding(size: Int, step: Int): Iterator[CollSeq1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).sliding(size, step)
    Definition Classes
    IterableLike
  246. def sliding(size: Int): Iterator[CollSeq1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).sliding(size)
    Definition Classes
    IterableLike
  247. def sortBy[B](f: (Product1[Product1[T1]]) ⇒ B)(implicit ord: Ordering[B]): CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).sortBy(f)(ord)
    Definition Classes
    SeqLike
  248. def sortBy[B](f: (Product1[T1]) ⇒ B)(implicit ord: Ordering[B]): CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).sortBy(f)(ord)
    Definition Classes
    SeqLike
  249. def sortWith(lt: (Product1[Product1[T1]], Product1[Product1[T1]]) ⇒ Boolean): CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).sortWith(lt)
    Definition Classes
    SeqLike
  250. def sortWith(lt: (Product1[T1], Product1[T1]) ⇒ Boolean): CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).sortWith(lt)
    Definition Classes
    SeqLike
  251. def sorted[B >: Product1[T1]](implicit ord: Ordering[B]): CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).sorted(ord)
    Definition Classes
    SeqLike
  252. def sorted[B >: Product1[T1]](implicit ord: Ordering[B]): CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).sorted(ord)
    Definition Classes
    SeqLike
  253. def span(p: (Product1[Product1[T1]]) ⇒ Boolean): (CollSeq1[Product1[T1]], CollSeq1[Product1[T1]])

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).span(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  254. def span(p: (Product1[T1]) ⇒ Boolean): (CollSeq1[T1], CollSeq1[T1])

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).span(p)
    Definition Classes
    TraversableLike → GenTraversableLike
  255. def splitAt(n: Int): (CollSeq1[Product1[T1]], CollSeq1[Product1[T1]])

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).splitAt(n)
    Definition Classes
    TraversableLike → GenTraversableLike
  256. def splitAt(n: Int): (CollSeq1[T1], CollSeq1[T1])

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).splitAt(n)
    Definition Classes
    TraversableLike → GenTraversableLike
  257. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).startsWith(that, offset)
    Definition Classes
    SeqLike → GenSeqLike
  258. def startsWith[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).startsWith(that)
    Definition Classes
    GenSeqLike
  259. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).startsWith(that, offset)
    Definition Classes
    SeqLike → GenSeqLike
  260. def startsWith[B](that: GenSeq[B]): Boolean

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).startsWith(that)
    Definition Classes
    GenSeqLike
  261. def stringPrefix: String

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).stringPrefix
    Definition Classes
    TraversableLike → GenTraversableLike
  262. def stringPrefix: String

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).stringPrefix
    Definition Classes
    TraversableLike → GenTraversableLike
  263. def sum[B >: Product1[T1]](implicit num: Numeric[B]): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).sum(num)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  264. def sum[B >: Product1[T1]](implicit num: Numeric[B]): B

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).sum(num)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  265. def tail: CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).tail
    Definition Classes
    TraversableLike → GenTraversableLike
  266. def tail: CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).tail
    Definition Classes
    TraversableLike → GenTraversableLike
  267. def tails: Iterator[CollSeq1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).tails
    Definition Classes
    TraversableLike
  268. def tails: Iterator[CollSeq1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).tails
    Definition Classes
    TraversableLike
  269. def take(n: Int): CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).take(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  270. def take(n: Int): CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).take(n)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  271. def takeRight(n: Int): CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).takeRight(n)
    Definition Classes
    IterableLike
  272. def takeRight(n: Int): CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).takeRight(n)
    Definition Classes
    IterableLike
  273. def takeWhile(p: (Product1[Product1[T1]]) ⇒ Boolean): CollSeq1[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).takeWhile(p)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  274. def takeWhile(p: (Product1[T1]) ⇒ Boolean): CollSeq1[T1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).takeWhile(p)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  275. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Product1[Product1[T1]], Col[Product1[Product1[T1]]]]): Col[Product1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).to(cbf)
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  276. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Product1[T1], Col[Product1[T1]]]): Col[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).to(cbf)
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  277. def toArray[B >: Product1[T1]](implicit arg0: ClassTag[B]): Array[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).toArray(arg0)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  278. def toArray[B >: Product1[T1]](implicit arg0: ClassTag[B]): Array[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).toArray(arg0)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  279. def toBuffer[A1 >: Product1[T1]]: Buffer[A1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).toBuffer
    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  280. def toBuffer[A1 >: Product1[T1]]: Buffer[A1]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).toBuffer
    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  281. def toIndexedSeq: IndexedSeq[Product1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).toIndexedSeq
    Definition Classes
    TraversableOnce → GenTraversableOnce
  282. def toIndexedSeq: IndexedSeq[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).toIndexedSeq
    Definition Classes
    TraversableOnce → GenTraversableOnce
  283. def toIterable: Iterable[Product1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).toIterable
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  284. def toIterable: Iterable[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).toIterable
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  285. def toIterator: Iterator[Product1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).toIterator
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  286. def toIterator: Iterator[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).toIterator
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  287. def toList: List[Product1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).toList
    Definition Classes
    TraversableOnce → GenTraversableOnce
  288. def toList: List[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).toList
    Definition Classes
    TraversableOnce → GenTraversableOnce
  289. def toMap[T, U](implicit ev: <:<[Product1[Product1[T1]], (T, U)]): Map[T, U]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).toMap(ev)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  290. def toMap[T, U](implicit ev: <:<[Product1[T1], (T, U)]): Map[T, U]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).toMap(ev)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  291. def toSeq: Seq[Product1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).toSeq
    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  292. def toSeq: Seq[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).toSeq
    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  293. def toSet[B >: Product1[T1]]: Set[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).toSet
    Definition Classes
    TraversableOnce → GenTraversableOnce
  294. def toSet[B >: Product1[T1]]: Set[B]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).toSet
    Definition Classes
    TraversableOnce → GenTraversableOnce
  295. def toStream: Stream[Product1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).toStream
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  296. def toStream: Stream[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).toStream
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  297. def toString(): String

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).toString()
    Definition Classes
    CollSeq → SeqLike → TraversableLike → Function1 → AnyRef → Any
  298. def toString(): String

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).toString()
    Definition Classes
    CollSeq → SeqLike → TraversableLike → Function1 → AnyRef → Any
  299. def toTraversable: Traversable[Product1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).toTraversable
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  300. def toTraversable: Traversable[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).toTraversable
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  301. def toVector: Vector[Product1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).toVector
    Definition Classes
    TraversableOnce → GenTraversableOnce
  302. def toVector: Vector[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).toVector
    Definition Classes
    TraversableOnce → GenTraversableOnce
  303. def transpose[B](implicit asTraversable: (Product1[Product1[T1]]) ⇒ GenTraversableOnce[B]): IndexedSeq[IndexedSeq[B]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).transpose(asTraversable)
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  304. def transpose[B](implicit asTraversable: (Product1[T1]) ⇒ GenTraversableOnce[B]): IndexedSeq[IndexedSeq[B]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).transpose(asTraversable)
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  305. val underlying: Iterable[Product1[T1]]

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

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).underlying
  307. val underlying: Seq[Product1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).underlying
  308. def union[B >: Product1[T1], That](that: GenSeq[B])(implicit bf: CanBuildFrom[CollSeq1[Product1[T1]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).union(that)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  309. def union[B >: Product1[T1], That](that: GenSeq[B])(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).union(that)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  310. def unzip[A1, A2](implicit asPair: (Product1[Product1[T1]]) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).unzip(asPair)
    Definition Classes
    GenericTraversableTemplate
  311. def unzip[A1, A2](implicit asPair: (Product1[T1]) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).unzip(asPair)
    Definition Classes
    GenericTraversableTemplate
  312. def unzip3[A1, A2, A3](implicit asTriple: (Product1[Product1[T1]]) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).unzip3(asTriple)
    Definition Classes
    GenericTraversableTemplate
  313. def unzip3[A1, A2, A3](implicit asTriple: (Product1[T1]) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).unzip3(asTriple)
    Definition Classes
    GenericTraversableTemplate
  314. def updated[B >: Product1[T1], That](index: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq1[Product1[T1]], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).updated(index, elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  315. def updated[B >: Product1[T1], That](index: Int, elem: B)(implicit bf: CanBuildFrom[CollSeq1[T1], B, That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).updated(index, elem)(bf)
    Definition Classes
    SeqLike → GenSeqLike
  316. def view(from: Int, until: Int): SeqView[Product1[Product1[T1]], CollSeq1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).view(from, until)
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  317. def view: SeqView[Product1[Product1[T1]], CollSeq1[Product1[T1]]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).view
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  318. def view(from: Int, until: Int): SeqView[Product1[T1], CollSeq1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).view(from, until)
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  319. def view: SeqView[Product1[T1], CollSeq1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).view
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  320. def withFilter(p: (Product1[T1]) ⇒ Boolean): Iterator[Product1[T1]]

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

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).withFilter(p)
    Definition Classes
    TraversableLike → FilterMonadic
  322. def withFilter(p: (Product1[T1]) ⇒ Boolean): FilterMonadic[Product1[T1], CollSeq1[T1]]

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).withFilter(p)
    Definition Classes
    TraversableLike → FilterMonadic
  323. def zip[A1 >: Product1[T1], B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq1[Product1[T1]], (A1, B), That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).zip(that)(bf)
    Definition Classes
    IterableLike → GenIterableLike
  324. def zip[A1 >: Product1[T1], B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[CollSeq1[T1], (A1, B), That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).zip(that)(bf)
    Definition Classes
    IterableLike → GenIterableLike
  325. def zipAll[B, A1 >: Product1[T1], That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[CollSeq1[Product1[T1]], (A1, B), That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).zipAll(that, thisElem, thatElem)(bf)
    Definition Classes
    IterableLike → GenIterableLike
  326. def zipAll[B, A1 >: Product1[T1], That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[CollSeq1[T1], (A1, B), That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).zipAll(that, thisElem, thatElem)(bf)
    Definition Classes
    IterableLike → GenIterableLike
  327. def zipWithIndex[A1 >: Product1[T1], That](implicit bf: CanBuildFrom[CollSeq1[Product1[T1]], (A1, Int), That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[Product1[T1]] performed by method SeqToCollSeqTc in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[Product1[T1]]).zipWithIndex(bf)
    Definition Classes
    IterableLike → GenIterableLike
  328. def zipWithIndex[A1 >: Product1[T1], That](implicit bf: CanBuildFrom[CollSeq1[T1], (A1, Int), That]): That

    Implicit information
    This member is added by an implicit conversion from CollSeq1[T1] to collections.CollSeq1[T1] performed by method SeqToCollSeqTa in com.github.marklister.collections.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (collSeq1: collections.CollSeq1[T1]).zipWithIndex(bf)
    Definition Classes
    IterableLike → GenIterableLike

Inherited from Product1[Seq[T1]]

Inherited from CollSeq

Inherited from Product

Inherited from IndexedSeq[Product1[T1]]

Inherited from IndexedSeqLike[Product1[T1], CollSeq1[T1]]

Inherited from Seq[Product1[T1]]

Inherited from SeqLike[Product1[T1], CollSeq1[T1]]

Inherited from GenSeq[Product1[T1]]

Inherited from GenSeqLike[Product1[T1], CollSeq1[T1]]

Inherited from Iterable[Product1[T1]]

Inherited from IterableLike[Product1[T1], CollSeq1[T1]]

Inherited from Equals

Inherited from GenIterable[Product1[T1]]

Inherited from GenIterableLike[Product1[T1], CollSeq1[T1]]

Inherited from Traversable[Product1[T1]]

Inherited from GenTraversable[Product1[T1]]

Inherited from GenericTraversableTemplate[Product1[T1], IndexedSeq]

Inherited from TraversableLike[Product1[T1], CollSeq1[T1]]

Inherited from GenTraversableLike[Product1[T1], CollSeq1[T1]]

Inherited from Parallelizable[Product1[T1], ParSeq[Product1[T1]]]

Inherited from TraversableOnce[Product1[T1]]

Inherited from GenTraversableOnce[Product1[T1]]

Inherited from FilterMonadic[Product1[T1], CollSeq1[T1]]

Inherited from HasNewBuilder[Product1[T1], CollSeq1[T1]]

Inherited from PartialFunction[Int, Product1[T1]]

Inherited from (Int) ⇒ Product1[T1]

Inherited from AnyRef

Inherited from Any

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

Inherited by implicit conversion MonadOps from CollSeq1[T1] to MonadOps[Product1[T1]]

Inherited by implicit conversion flattenTraversableOnce from CollSeq1[T1] to FlattenOps[T1]

Inherited by implicit conversion SeqAToStatsA from CollSeq1[T1] to Stats[Product1[T1]]

Inherited by implicit conversion SeqToCollSeqTc from CollSeq1[T1] to collections.CollSeq1[Product1[T1]]

Inherited by implicit conversion SeqToCollSeqTa from CollSeq1[T1] to collections.CollSeq1[T1]

Inherited by implicit conversion any2stringadd from CollSeq1[T1] to any2stringadd[CollSeq1[T1]]

Inherited by implicit conversion StringFormat from CollSeq1[T1] to StringFormat[CollSeq1[T1]]

Inherited by implicit conversion Ensuring from CollSeq1[T1] to Ensuring[CollSeq1[T1]]

Inherited by implicit conversion ArrowAssoc from CollSeq1[T1] to ArrowAssoc[CollSeq1[T1]]

Inherited by implicit conversion alternateImplicit from CollSeq1[T1] to ForceImplicitAmbiguity

Ungrouped